Package org.jboss.forge.roaster.model
Interface AnnotationElement<O extends JavaAnnotation<O>>
- All Superinterfaces:
AnnotationTarget<O>,Internal,Named,Origin<O>
- All Known Subinterfaces:
AnnotationElementSource
Represents an element definition of a
JavaAnnotation.- Author:
- Lincoln Baxter, III, Matt Benson
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAnnotationElement.ReadDefaultValue<O extends JavaAnnotation<O>>Represents the default value of a givenAnnotationElement. -
Method Summary
Methods inherited from interface org.jboss.forge.roaster.model.AnnotationTarget
getAnnotation, getAnnotation, getAnnotations, hasAnnotation, hasAnnotationMethods inherited from interface org.jboss.forge.roaster.Internal
getInternal
-
Method Details
-
getType
Get this annotation element'sType. -
getDefaultValue
AnnotationElement.ReadDefaultValue<O> getDefaultValue()
-