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.BuilderJavaComposer.annotationBuilder(Class<?> type) Creates a builder for an instance of an implementation forAnnotationSpecfrom the givenClassinstance.final AnnotationSpec.BuilderJavaComposer.annotationBuilder(ClassName type) Creates a builder for an instance of an implementation forAnnotationSpecfrom the givenClassNameinstance.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 classThe implementation ofAnnotationSpec.Builderfor a builder of anAnnotationSpecImplinstance.Methods in org.tquadrat.foundation.javacomposer.internal that return AnnotationSpec.BuilderModifier and TypeMethodDescriptionfinal AnnotationSpec.BuilderAnnotationSpecImpl.toBuilder()Creates a new builder that is initialised with the components of this annotation.
