Uses of Interface
org.jboss.forge.roaster.model.JavaAnnotation
Packages that use JavaAnnotation
-
Uses of JavaAnnotation in org.jboss.forge.roaster.model
Classes in org.jboss.forge.roaster.model with type parameters of type JavaAnnotationModifier and TypeInterfaceDescriptioninterfaceAnnotationElement<O extends JavaAnnotation<O>>Represents an element definition of aJavaAnnotation.static interfaceAnnotationElement.ReadDefaultValue<O extends JavaAnnotation<O>>Represents the default value of a givenAnnotationElement.interfaceJavaAnnotation<O extends JavaAnnotation<O>>Represents a Java@interfaceannotation type. -
Uses of JavaAnnotation in org.jboss.forge.roaster.model.source
Subinterfaces of JavaAnnotation in org.jboss.forge.roaster.model.sourceModifier and TypeInterfaceDescriptioninterfaceRepresents a Java@interfaceannotation source file as an in-memory modifiable element.