public class AnnotationAttribute extends Object
Constructor and Description |
---|
AnnotationAttribute(String name,
Class type,
Object defaultValue)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue()
Returns default value of annotation.
|
String |
getName()
Returns attribute name.
|
Class |
getType()
Returns attribute type.
|