|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.deploy.NoAnnotations
public class NoAnnotations
A no-op implementation of ArooaAnnotations
Constructor Summary | |
---|---|
NoAnnotations()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoAnnotations()
Method Detail |
---|
public Method methodFor(String annotationName)
ArooaAnnotations
methodFor
in interface ArooaAnnotations
annotationName
- The annotation name.
public String[] annotatedProperties()
ArooaAnnotations
annotatedProperties
in interface ArooaAnnotations
public ArooaAnnotation[] annotationsForProperty(String propertyName)
ArooaAnnotations
annotationsForProperty
in interface ArooaAnnotations
propertyName
- The property name.
public ArooaAnnotation annotationForProperty(String propertyName, String annotationName)
ArooaAnnotations
annotationForProperty
in interface ArooaAnnotations
propertyName
- The name of the property.annotationName
- The name of the annotation.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |