Uses of Interface
org.tquadrat.foundation.javacomposer.AnnotationSpec.Builder
Packages that use AnnotationSpec.Builder
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.Builder in org.tquadrat.foundation.javacomposer
Methods in org.tquadrat.foundation.javacomposer that return AnnotationSpec.BuilderModifier and TypeMethodDescriptionAnnotationSpec.Builder.addMember
(CharSequence name, String format, Object... args) Adds a building block.AnnotationSpec.Builder.addMember
(CharSequence name, CodeBlock codeBlock) Adds a building block.final AnnotationSpec.Builder
JavaComposer.annotationBuilder
(Class<?> type) Creates a builder for an instance of an implementation forAnnotationSpec
from the givenClass
instance.final AnnotationSpec.Builder
JavaComposer.annotationBuilder
(ClassName type) Creates a builder for an instance of an implementation forAnnotationSpec
from the givenClassName
instance.AnnotationSpec.Builder.forceInline
(boolean flag) Sets a flag that forces the inline presentation of the annotation.
Inline:AnnotationSpec.toBuilder()
Creates a new builder that is initialised with the components of this annotation. -
Uses of AnnotationSpec.Builder in org.tquadrat.foundation.javacomposer.internal
Classes in org.tquadrat.foundation.javacomposer.internal that implement AnnotationSpec.BuilderModifier and TypeClassDescriptionstatic final class
The implementation ofAnnotationSpec.Builder
for a builder of anAnnotationSpecImpl
instance.Methods in org.tquadrat.foundation.javacomposer.internal that return AnnotationSpec.BuilderModifier and TypeMethodDescriptionfinal AnnotationSpec.Builder
AnnotationSpecImpl.toBuilder()
Creates a new builder that is initialised with the components of this annotation.