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)
ArooaAnnotations
methodFor
in interface ArooaAnnotations
annotationName
- The annotation name.public java.lang.String propertyFor(java.lang.String annotationName)
propertyFor
in interface ArooaAnnotations
public ArooaAnnotation annotationForProperty(java.lang.String propertyName, java.lang.String annotationName)
ArooaAnnotations
annotationForProperty
in interface ArooaAnnotations
propertyName
- The name of the property.annotationName
- The name of the annotation.