Uses of Interface
org.jboss.forge.roaster.model.AnnotationTarget
-
Packages that use AnnotationTarget Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of AnnotationTarget in org.jboss.forge.roaster.model
Subinterfaces of AnnotationTarget in org.jboss.forge.roaster.model Modifier and Type Interface Description interfaceAnnotationElement<O extends JavaAnnotation<O>>Represents an element definition of aJavaAnnotation.interfaceEnumConstant<O extends JavaEnum<O>>Represents one of the constant members of aJavaEnum.static interfaceEnumConstant.ReadBody<O extends EnumConstant.ReadBody<O>>Represents the anonymous subclass "body" of aEnumConstant.interfaceField<O extends JavaType<O>>interfaceJavaAnnotation<O extends JavaAnnotation<O>>Represents a Java@interfaceannotation type.interfaceJavaClass<O extends JavaClass<O>>Represents a Javaclasstype.interfaceJavaEnum<O extends JavaEnum<O>>Represents a Javaenumtype.interfaceJavaInterface<O extends JavaInterface<O>>Represents a Javainterfacetype.interfaceJavaPackageInfo<O extends JavaPackageInfo<O>>Represents a Java Package Info descriptor.interfaceJavaRecord<O extends JavaRecord<O>>Represents a Record class (available as a preview feature in JDK 14).interfaceJavaType<T extends JavaType<T>>Represents a Java type.interfaceMember<O extends JavaType<O>>Represents aJavaTypemember.interfaceMethod<O extends JavaType<O>,T extends Method<O,T>>Represents a Java Method.interfaceParameter<O extends JavaType<O>>Represents a parameter of aMethod.interfaceProperty<O extends JavaType<O>>APropertyis a convenience construct depicting a simple Java bean property. -
Uses of AnnotationTarget in org.jboss.forge.roaster.model.source
Subinterfaces of AnnotationTarget in org.jboss.forge.roaster.model.source Modifier and Type Interface Description interfaceAnnotationElementSourceRepresents an element definition of aJavaAnnotationSource.interfaceAnnotationTargetSource<O extends JavaSource<O>,T>Represents a Java source element that may carry annotations.interfaceEnumConstantSourceRepresents one of the constant members of aJavaEnumSource.static interfaceEnumConstantSource.BodyRepresents the anonymous subclass "body" of anEnumConstantSource.interfaceFieldSource<O extends JavaSource<O>>interfaceJavaAnnotationSourceRepresents a Java@interfaceannotation source file as an in-memory modifiable element.interfaceJavaClassSourceRepresents a Javaclasssource file as an in-memory modifiable element.interfaceJavaEnumSourceRepresents a Javaenumsource file as an in-memory modifiable element.interfaceJavaInterfaceSourceRepresents a Javainterfacesource file as an in-memory modifiable element.interfaceJavaPackageInfoSourceRepresents a Java Package Info descriptor source file.interfaceJavaRecordSourceinterfaceJavaSource<T extends JavaSource<T>>Represents a Java type in source form.interfaceMemberSource<O extends JavaSource<O>,T>Represents aJavaSourcemember.interfaceMethodSource<O extends JavaSource<O>>Represents a Java Method in source form.interfaceParameterSource<O extends JavaSource<O>>Represents a parameter of aMethodSource.interfacePropertySource<O extends JavaSource<O>>Source variant ofPropertyinterface.
-