Uses of Interface
org.jboss.forge.roaster.model.source.JavaAnnotationSource
-
Packages that use JavaAnnotationSource Package Description org.jboss.forge.roaster.model.source -
-
Uses of JavaAnnotationSource in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source that return JavaAnnotationSource Modifier and Type Method Description JavaAnnotationSourceJavaAnnotationSource. removeAnnotationElement(AnnotationElement<?> annotationElement)Remove the givenAnnotationElementfrom thisJavaAnnotationSourceinstance, if it exists; otherwise, do nothing.Methods in org.jboss.forge.roaster.model.source that return types with arguments of type JavaAnnotationSource Modifier and Type Method Description AnnotationSource<JavaAnnotationSource>AnnotationElementSource.DefaultValue. getAnnotation()AnnotationSource<JavaAnnotationSource>AnnotationElementSource.DefaultValue. setAnnotation()
-