|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.deploy.SyntheticArooaAnnotation
public class SyntheticArooaAnnotation
An ArooaAnnotation
created just from a String from a
descriptor.
Constructor Summary | |
---|---|
SyntheticArooaAnnotation(String annotationName)
Constructor. |
Method Summary | ||
---|---|---|
String |
getName()
Get the name. |
|
|
realAnnotation(Class<T> annotationType)
Provide the real annotation if this is a wrapper for a real annotation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyntheticArooaAnnotation(String annotationName)
annotationName
- The name of the annotation.Method Detail |
---|
public String getName()
ArooaAnnotation
getName
in interface ArooaAnnotation
public <T extends Annotation> T realAnnotation(Class<T> annotationType)
ArooaAnnotation
realAnnotation
in interface ArooaAnnotation
annotationType
- The annotation this might be a wrapper for.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |