Uses of Interface
org.jboss.forge.roaster.model.Annotation
Packages that use Annotation
-
Uses of Annotation in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return AnnotationModifier and TypeMethodDescriptionAnnotationElement.ReadDefaultValue.getAnnotation()AnnotationTarget.getAnnotation(Class<? extends Annotation> type) Returns the annotation bound of the given type in thisAnnotationTargetor null if it doesn't existAnnotationTarget.getAnnotation(String type) Returns the annotation bound of the given type in thisAnnotationTargetor null if it doesn't existAnnotation<O>[]Annotation.getAnnotationArrayValue()Annotation<O>[]Annotation.getAnnotationArrayValue(String name) Annotation.getAnnotationValue()Annotation.getAnnotationValue(String name) Methods in org.jboss.forge.roaster.model that return types with arguments of type AnnotationModifier and TypeMethodDescriptionList<? extends Annotation<O>>AnnotationTarget.getAnnotations() -
Uses of Annotation in org.jboss.forge.roaster.model.source
Subinterfaces of Annotation in org.jboss.forge.roaster.model.sourceModifier and TypeInterfaceDescriptioninterfaceAnnotationSource<O extends JavaType<O>>Represents an annotation on some Java source element.Methods in org.jboss.forge.roaster.model.source with parameters of type AnnotationModifier and TypeMethodDescriptionAnnotationTargetSource.removeAnnotation(Annotation<O> annotation) Remove an annotation instance from thisAnnotationTargetSource.AnnotationSource.removeAnnotationValue(String name, Annotation<O> element) Removeelementfrom the array of values associated with the specified annotation element.AnnotationSource.removeAnnotationValue(Annotation<O> element) Removeelementfrom the array of values associated with the"value"annotation element.