Uses of Interface
org.jboss.forge.roaster.model.source.AnnotationElementSource
Packages that use AnnotationElementSource
-
Uses of AnnotationElementSource in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source that return AnnotationElementSourceModifier and TypeMethodDescriptionJavaAnnotationSource.addAnnotationElement()Add a new JavaAnnotationElementSourceto thisJavaAnnotationSourceinstance.JavaAnnotationSource.addAnnotationElement(String declaration) Add a newAnnotationElementSourcedeclaration to thisJavaAnnotationSourceinstance, using the givenStringas the declaration.JavaAnnotationSource.getAnnotationElement(String name) Get theAnnotationElementSourcewith the given name and return it, otherwise, return null.Set the type of thisAnnotationElementto the givenClasstype.Set the type of thisAnnotationElementto the given type.Set the type of thisAnnotationElementto the givenJavaSource<?>type.Methods in org.jboss.forge.roaster.model.source that return types with arguments of type AnnotationElementSourceModifier and TypeMethodDescriptionJavaAnnotationSource.getAnnotationElements()Get a list of allAnnotationElementSources declared by thisJavaAnnotation, or return an empty list if noAnnotationElementSources are declared.