|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.aspectwerkz.annotation.TypedAnnotationProxy
The base class for the typed annotation proxies.
| Field Summary | |
protected String |
m_name
The name of the annotation. |
protected static AnnotationParser |
PARSER
The one and only annotation parser. |
| Constructor Summary | |
TypedAnnotationProxy()
|
|
| Method Summary | |
String |
getName()
Returns the name. |
void |
initialize(String name,
String value)
Sets the full value of the annotation (including possible named parameters etc.) |
boolean |
isTyped()
Checks if the annotation is typed or not. |
void |
setName(String name)
Sets the name of the annotation, the '@[name]'. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final AnnotationParser PARSER
protected String m_name
| Constructor Detail |
public TypedAnnotationProxy()
| Method Detail |
public String getName()
getName in interface Annotationpublic void setName(String name)
setName in interface Annotationname -
public void initialize(String name,
String value)
initialize in interface Annotationname - the name of the annotation FQN with package name etcvalue - the key/value pairs separated with commas (key1=value1, key2=value2, ...)public boolean isTyped()
isTyped in interface Annotation
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||