Uses of Interface
org.tquadrat.foundation.javacomposer.AnnotationSpec
Packages that use AnnotationSpec
Package
Description
JavaComposer is a Java toolkit for the generation of Java source
code.
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
Uses of AnnotationSpec in org.tquadrat.foundation.javacomposer
Fields in org.tquadrat.foundation.javacomposer with type parameters of type AnnotationSpecModifier and TypeFieldDescriptionprivate final Lazy
<AnnotationSpec> JavaComposer.m_Annotation_ClassVersion
The@ClassVersion
annotation.private final Lazy
<AnnotationSpec> JavaComposer.m_Annotation_UtilityClass
The@UtilityClass
annotation.Methods in org.tquadrat.foundation.javacomposer that return AnnotationSpecModifier and TypeMethodDescriptionAnnotationSpec.Builder.build()
Creates theAnnotationSpec
instance from the added members.final AnnotationSpec
JavaComposer.createAnnotation
(Annotation annotation) Creates an instance ofAnnotationSpec
from the givenAnnotation
instance.final AnnotationSpec
JavaComposer.createAnnotation
(Annotation annotation, boolean includeDefaultValues) Creates an instance ofAnnotationSpec
from the givenAnnotation
instance.final AnnotationSpec
JavaComposer.createAnnotation
(AnnotationMirror annotation) Creates an instance ofAnnotationSpec
from the givenAnnotationMirror
instance.final AnnotationSpec
JavaComposer.createClassVersionAnnotation()
Returns a@ClassVersion
annotation with a default text forClassVersion.sourceVersion()
.final AnnotationSpec
JavaComposer.createClassVersionAnnotation
(String sourceVersion) Returns a@ClassVersion
annotation with the text forClassVersion.sourceVersion()
.static final AnnotationSpec
SuppressableWarnings.createSuppressWarningsAnnotation
(JavaComposer factory, SuppressableWarnings... suppress) Creates anAnnotationSpec
instance for the@SuppressWarnings
annotation.final AnnotationSpec
JavaComposer.createUtilityClassAnnotation()
Returns a@UtilityClass
annotation.Methods in org.tquadrat.foundation.javacomposer that return types with arguments of type AnnotationSpecModifier and TypeMethodDescriptionfinal Optional
<AnnotationSpec> JavaComposer.createSuppressWarningsAnnotation
(Collection<SuppressableWarnings> warnings) Returns a@SuppressWarnings
annotation with the given values.final Optional
<AnnotationSpec> JavaComposer.createSuppressWarningsAnnotation
(SuppressableWarnings... warnings) Returns a@SuppressWarnings
annotation with the given values.Methods in org.tquadrat.foundation.javacomposer with parameters of type AnnotationSpecModifier and TypeMethodDescriptionFieldSpec.Builder.addAnnotation
(AnnotationSpec annotationSpec) Adds an annotation for the field.MethodSpec.Builder.addAnnotation
(AnnotationSpec annotationSpec) Adds an annotation for the method.ParameterSpec.Builder.addAnnotation
(AnnotationSpec annotationSpec) Adds an annotation for the parameter.TypeSpec.Builder.addAnnotation
(AnnotationSpec annotationSpec) Adds an annotation for the type to build.default TypeName
TypeName.annotated
(AnnotationSpec... annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added.Method parameters in org.tquadrat.foundation.javacomposer with type arguments of type AnnotationSpecModifier and TypeMethodDescriptionFieldSpec.Builder.addAnnotations
(Iterable<AnnotationSpec> annotationSpecs) Adds annotations for the field.MethodSpec.Builder.addAnnotations
(Iterable<? extends AnnotationSpec> annotationSpecs) Adds annotations for the method.ParameterSpec.Builder.addAnnotations
(Iterable<AnnotationSpec> annotationSpecs) Adds annotations for the parameter.TypeSpec.Builder.addAnnotations
(Iterable<AnnotationSpec> annotationSpecs) Add the given annotations for the type to build.ArrayTypeName.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added.ClassName.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofClassName
as a copy of this one, but with the given annotations added.ParameterizedTypeName.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added.TypeName.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added.TypeVariableName.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added.WildcardTypeName.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added. -
Uses of AnnotationSpec in org.tquadrat.foundation.javacomposer.internal
Classes in org.tquadrat.foundation.javacomposer.internal that implement AnnotationSpecModifier and TypeClassDescriptionfinal class
The implementation ofAnnotationSpec
for a generated annotation on a declaration.Methods in org.tquadrat.foundation.javacomposer.internal with parameters of type AnnotationSpecModifier and TypeMethodDescriptionFieldSpecImpl.BuilderImpl.addAnnotation
(AnnotationSpec annotationSpec) Adds an annotation for the field.MethodSpecImpl.BuilderImpl.addAnnotation
(AnnotationSpec annotationSpec) Adds an annotation for the method.ParameterSpecImpl.BuilderImpl.addAnnotation
(AnnotationSpec annotationSpec) Adds an annotation for the parameter.final TypeSpecImpl.BuilderImpl
TypeSpecImpl.BuilderImpl.addAnnotation
(AnnotationSpec annotationSpec) Adds an annotation for the type to build.Method parameters in org.tquadrat.foundation.javacomposer.internal with type arguments of type AnnotationSpecModifier and TypeMethodDescriptionFieldSpecImpl.BuilderImpl.addAnnotations
(Iterable<AnnotationSpec> annotationSpecs) Adds annotations for the field.MethodSpecImpl.BuilderImpl.addAnnotations
(Iterable<? extends AnnotationSpec> annotationSpecs) Adds annotations for the method.ParameterSpecImpl.BuilderImpl.addAnnotations
(Iterable<AnnotationSpec> annotationSpecs) Adds annotations for the parameter.final TypeSpecImpl.BuilderImpl
TypeSpecImpl.BuilderImpl.addAnnotations
(Iterable<AnnotationSpec> annotationSpecs) Add the given annotations for the type to build.final ArrayTypeNameImpl
ArrayTypeNameImpl.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added.final ClassNameImpl
ClassNameImpl.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added.ParameterizedTypeNameImpl.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added.TypeNameImpl.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added.final TypeVariableNameImpl
TypeVariableNameImpl.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added.final WildcardTypeNameImpl
WildcardTypeNameImpl.annotated
(List<AnnotationSpec> annotations) Creates a new instance for an implementation ofTypeName
as a copy of this one, but with the given annotations added.protected final List
<AnnotationSpecImpl> TypeNameImpl.concatAnnotations
(Collection<AnnotationSpec> annotations) Combines the annotations of this instance with the given ones.