Uses of Interface
org.jboss.forge.roaster.model.Annotation
-
Packages that use Annotation Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of Annotation in org.jboss.forge.roaster.model
Methods in org.jboss.forge.roaster.model that return Annotation Modifier and Type Method Description Annotation<O>AnnotationElement.ReadDefaultValue. getAnnotation()Annotation<O>AnnotationTarget. getAnnotation(Class<? extends Annotation> type)Returns the annotation bound of the given type in thisAnnotationTargetor null if it doesn't existAnnotation<O>AnnotationTarget. 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<O>Annotation. getAnnotationValue()Annotation<O>Annotation. getAnnotationValue(String name)Methods in org.jboss.forge.roaster.model that return types with arguments of type Annotation Modifier and Type Method Description List<? extends Annotation<O>>AnnotationTarget. getAnnotations() -
Uses of Annotation in org.jboss.forge.roaster.model.source
Subinterfaces of Annotation in org.jboss.forge.roaster.model.source Modifier and Type Interface Description interfaceAnnotationSource<O extends JavaType<O>>Represents an annotation on some Java source element.Methods in org.jboss.forge.roaster.model.source with parameters of type Annotation Modifier and Type Method Description TAnnotationTargetSource. removeAnnotation(Annotation<O> annotation)Remove an annotation instance from thisAnnotationTargetSource.AnnotationSource<O>AnnotationSource. removeAnnotationValue(String name, Annotation<O> element)Removeelementfrom the array of values associated with the specified annotation element.AnnotationSource<O>AnnotationSource. removeAnnotationValue(Annotation<O> element)Removeelementfrom the array of values associated with the"value"annotation element.
-