Uses of Class
org.tquadrat.foundation.javacomposer.internal.AnnotationSpecImpl
Packages that use AnnotationSpecImpl
Package
Description
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
Uses of AnnotationSpecImpl in org.tquadrat.foundation.javacomposer.internal
Fields in org.tquadrat.foundation.javacomposer.internal with type parameters of type AnnotationSpecImplModifier and TypeFieldDescriptionprivate final Collection
<AnnotationSpecImpl> FieldSpecImpl.BuilderImpl.m_Annotations
The annotations for the field.private final List
<AnnotationSpecImpl> FieldSpecImpl.m_Annotations
The annotations for the field.private final Collection
<AnnotationSpecImpl> MethodSpecImpl.BuilderImpl.m_Annotations
The annotations for the method.private final List
<AnnotationSpecImpl> MethodSpecImpl.m_Annotations
The annotations of this method.private final Collection
<AnnotationSpecImpl> ParameterSpecImpl.BuilderImpl.m_Annotations
The annotations for the parameter.private final List
<AnnotationSpecImpl> ParameterSpecImpl.m_Annotations
The annotations of this parameter.private final List
<AnnotationSpecImpl> TypeNameImpl.m_Annotations
The annotations for this type.private final Collection
<AnnotationSpecImpl> TypeSpecImpl.BuilderImpl.m_Annotations
The annotations for the type spec.private final List
<AnnotationSpecImpl> TypeSpecImpl.m_Annotations
The annotations for this type.Methods in org.tquadrat.foundation.javacomposer.internal that return AnnotationSpecImplModifier and TypeMethodDescriptionfinal AnnotationSpecImpl
AnnotationSpecImpl.BuilderImpl.build()
Creates theAnnotationSpec
instance from the added members.Methods in org.tquadrat.foundation.javacomposer.internal that return types with arguments of type AnnotationSpecImplModifier and TypeMethodDescriptionfinal List
<AnnotationSpecImpl> TypeNameImpl.annotations()
Returns the annotations for this type name.protected final List
<AnnotationSpecImpl> TypeNameImpl.concatAnnotations
(Collection<AnnotationSpec> annotations) Combines the annotations of this instance with the given ones.protected final Collection
<AnnotationSpecImpl> TypeSpecImpl.BuilderImpl.getAnnotations()
Provides access to the list of annotations for the new type.protected final Collection
<AnnotationSpecImpl> TypeSpecImpl.getAnnotations()
Returns the annotations for this type.Method parameters in org.tquadrat.foundation.javacomposer.internal with type arguments of type AnnotationSpecImplModifier and TypeMethodDescriptionfinal void
CodeWriter.emitAnnotations
(Iterable<AnnotationSpecImpl> annotations, boolean inline) Emits the given annotations to the output target.Constructor parameters in org.tquadrat.foundation.javacomposer.internal with type arguments of type AnnotationSpecImplModifierConstructorDescriptionArrayTypeNameImpl
(TypeNameImpl componentType, List<AnnotationSpecImpl> annotations) Creates a newArrayTypeNameImpl
instance.ClassNameImpl
(CharSequence packageName, Optional<ClassNameImpl> enclosingClassName, CharSequence simpleName, List<AnnotationSpecImpl> annotations) Creates a newClassNameImpl
instance.ClassNameImpl
(CharSequence packageName, ClassNameImpl enclosingClassName, CharSequence simpleName, List<AnnotationSpecImpl> annotations) Creates a newClassNameImpl
instance.TypeNameImpl
(String keyword, List<AnnotationSpecImpl> annotations) Creates a newTypeNameImpl
instance.TypeNameImpl
(List<AnnotationSpecImpl> annotations) Creates a newTypeNameImpl
instance.