Package org.codehaus.plexus.metadata.ann
Class AnnClass
java.lang.Object
org.codehaus.plexus.metadata.ann.AnnClass
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
int
<T> T
getAnnotation
(Class<T> c) getAnns()
<T> T
getFieldAnnotation
(String fieldName, Class<T> c) String[]
<T> T
getMethodAnnotation
(String methodKey, Class<T> c) getName()
void
setAccess
(int access) void
setInterfaces
(String[] interfaces) void
void
setSuperName
(String superName)
-
Field Details
-
access
private int access -
name
-
superName
-
interfaces
-
anns
-
fields
-
methods
-
cl
-
-
Constructor Details
-
AnnClass
-
-
Method Details
-
setName
-
setAccess
public void setAccess(int access) -
setSuperName
-
setInterfaces
-
addAnn
-
addField
-
addMethod
-
getClassLoader
-
getAccess
public int getAccess() -
getName
-
getSuperName
-
getInterfaces
-
getAnns
-
getFields
-
getMethods
-
getFieldNames
-
getMethodKeys
-
getAnnotation
-
getFieldAnnotation
-
getMethodAnnotation
-