|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArooaAnnotations
Capture annotation information about a bean.
Method Summary | |
---|---|
String[] |
annotatedProperties()
Provide all properties that are annotated. |
ArooaAnnotation |
annotationForProperty(String propertyName,
String annotationName)
Get the Annotation for a property by annotation name. |
ArooaAnnotation[] |
annotationsForProperty(String propertyName)
Get all the annotations for a property. |
Method |
methodFor(String annotationName)
Get the method for an annotation name. |
Method Detail |
---|
Method methodFor(String annotationName)
annotationName
- The annotation name.
String[] annotatedProperties()
ArooaAnnotation annotationForProperty(String propertyName, String annotationName)
propertyName
- The name of the property.annotationName
- The name of the annotation.
ArooaAnnotation[] annotationsForProperty(String propertyName)
propertyName
- The property name.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |