Class AttributeAnnotationDefault
- java.lang.Object
-
- org.jd.core.v1.model.classfile.attribute.AttributeAnnotationDefault
-
-
Field Summary
Fields Modifier and Type Field Description protected ElementValue
defaultValue
-
Constructor Summary
Constructors Constructor Description AttributeAnnotationDefault(ElementValue defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementValue
getDefaultValue()
-
-
-
Field Detail
-
defaultValue
protected ElementValue defaultValue
-
-
Constructor Detail
-
AttributeAnnotationDefault
public AttributeAnnotationDefault(ElementValue defaultValue)
-
-
Method Detail
-
getDefaultValue
public ElementValue getDefaultValue()
-
-