public interface ArooaAnnotations
| Modifier and Type | Method and Description |
|---|---|
ArooaAnnotation |
annotationForProperty(java.lang.String propertyName,
java.lang.String annotationName)
Get the Annotation for a property by annotation name.
|
java.lang.reflect.Method |
methodFor(java.lang.String annotationName)
Get the method for an annotation name.
|
java.lang.String |
propertyFor(java.lang.String annotationName) |
java.lang.reflect.Method methodFor(java.lang.String annotationName)
annotationName - The annotation name.java.lang.String propertyFor(java.lang.String annotationName)
ArooaAnnotation annotationForProperty(java.lang.String propertyName, java.lang.String annotationName)
propertyName - The name of the property.annotationName - The name of the annotation.