Package org.jboss.forge.roaster.model
Interface AnnotationElement.ReadDefaultValue<O extends JavaAnnotation<O>>
-
- All Known Subinterfaces:
AnnotationElementSource.DefaultValue
- Enclosing interface:
- AnnotationElement<O extends JavaAnnotation<O>>
public static interface AnnotationElement.ReadDefaultValue<O extends JavaAnnotation<O>>Represents the default value of a givenAnnotationElement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Annotation<O>getAnnotation()Class<?>[]getClassArray()<T extends Enum<T>>
TgetEnum(Class<T> type)<T extends Enum<T>>
T[]getEnumArray(Class<T> type)StringgetLiteral()Class<?>getSingleClass()StringgetString()
-