public class NoAnnotations extends java.lang.Object implements ArooaAnnotations
ArooaAnnotations| Constructor and Description |
|---|
NoAnnotations() |
| 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) |
public java.lang.reflect.Method methodFor(java.lang.String annotationName)
ArooaAnnotationsmethodFor in interface ArooaAnnotationsannotationName - The annotation name.public java.lang.String propertyFor(java.lang.String annotationName)
propertyFor in interface ArooaAnnotationspublic ArooaAnnotation annotationForProperty(java.lang.String propertyName, java.lang.String annotationName)
ArooaAnnotationsannotationForProperty in interface ArooaAnnotationspropertyName - The name of the property.annotationName - The name of the annotation.