public class JAnnotationWrapper extends JAnnotation
Constructor and Description |
---|
JAnnotationWrapper(java.lang.annotation.Annotation ann) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Returns the class name.
|
java.util.HashMap<java.lang.String,java.lang.Object> |
getValueMap()
Returns the annotation values.
|
equals, get, getAnnotation, getBoolean, getClass, getInt, getString, toString
public JAnnotationWrapper(java.lang.annotation.Annotation ann)
public java.lang.String getType()
getType
in class JAnnotation
public java.util.HashMap<java.lang.String,java.lang.Object> getValueMap()
getValueMap
in class JAnnotation