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 TypeMethodDescriptionvoidvoidvoidint<T> TgetAnnotation(Class<T> c) getAnns()<T> TgetFieldAnnotation(String fieldName, Class<T> c) String[]<T> TgetMethodAnnotation(String methodKey, Class<T> c) getName()voidsetAccess(int access) voidsetInterfaces(String[] interfaces) voidvoidsetSuperName(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
-