|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.aspectwerkz.annotation.AnnotationInfo
Holds the annotation proxy instance and the name of the annotation.
| Constructor Summary | |
AnnotationInfo(String name,
Annotation annotation)
Creates a new annotation info. |
|
| Method Summary | |
Annotation |
getAnnotation()
Returns the annotation proxy. |
String |
getName()
Returns the FQN. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AnnotationInfo(String name,
Annotation annotation)
name - annotation - | Method Detail |
public String getName()
public Annotation getAnnotation()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||