public interface Annotation
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAnnotation()
Get the Annotation Object
|
java.lang.String |
getClassName()
Get the class Name of this annotation
|
java.lang.String |
getMemberName()
Get the member name
|
java.util.List<java.lang.String> |
getParameterTypes()
Get the list of parameters type for this annotation
|
boolean |
isOnField()
Check if the annotation is on a field
|
boolean |
isOnMethod()
Check if the annotation is on a method
|
java.lang.String getClassName()
java.lang.Object getAnnotation()
java.util.List<java.lang.String> getParameterTypes()
java.lang.String getMemberName()
boolean isOnMethod()
boolean isOnField()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)