Uses of Interface
org.jboss.forge.roaster.model.JavaAnnotation
-
Packages that use JavaAnnotation Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of JavaAnnotation in org.jboss.forge.roaster.model
Classes in org.jboss.forge.roaster.model with type parameters of type JavaAnnotation Modifier and Type Interface Description interfaceAnnotationElement<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.source Modifier and Type Interface Description interfaceJavaAnnotationSourceRepresents a Java@interfaceannotation source file as an in-memory modifiable element.
-