public class AnnotationDesc extends Object implements MetaDefItem, Serializable
Constructor and Description |
---|
AnnotationDesc(String name,
List<Pair<String,Object>> attributes)
Ctor.
|
AnnotationDesc(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
List<Pair<String,Object>> |
getAttributes()
Returns annotation attributes.
|
String |
getName()
Returns annotation interface class name.
|