Package org.codehaus.plexus.metadata.ann
Class AnnMethod
java.lang.Object
org.codehaus.plexus.metadata.ann.AnnMethod
- Author:
- Eugene Kuleshov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddParamAnn(int parameter, Ann ann) int<T> TgetAnnotation(Class<T> c) getAnns()getDesc()getName()<T> TgetParameterAnnotation(int parameter, Class<T> c)
-
Constructor Details
-
AnnMethod
-
-
Method Details
-
getAccess
public int getAccess() -
getName
-
getDesc
-
getAnns
-
getParamAnns
-
addAnn
-
addParamAnn
-
getAnnotation
-
getParameterAnnotation
-