|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MetaAnnotation
Metadata about an Annotation
| Nested Class Summary | |
|---|---|
static interface |
MetaAnnotation.EnumValue
Metadata about an Annotation Enum value |
static interface |
MetaAnnotation.Property
Metadata about an Annotation property |
| Method Summary | |
|---|---|
String |
getName()
Get the name of the Annotation |
Set<? extends MetaAnnotation.Property> |
getProperties()
Get metadata about the properties of the corresponding Annotation |
MetaAnnotation.Property |
getProperty(String propertyName)
Get a single property of the corresponding Annotation |
| Method Detail |
|---|
String getName()
getName in interface HasNameSet<? extends MetaAnnotation.Property> getProperties()
MetaAnnotation.Property getProperty(String propertyName)
propertyName - The name of the Property desired.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||