public class AnnotationDescriber extends java.lang.Object implements Describer
Describer that looks for a method annotated with
DescribeWith that will provide a description.| Constructor and Description |
|---|
AnnotationDescriber(ArooaSession session)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
describe(java.lang.Object bean)
Describe a bean.
|
public AnnotationDescriber(ArooaSession session)
session - The session that provides the descriptor used
to check for the annotation.