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_AnnotationsThe annotations for the field.private final List<AnnotationSpecImpl> FieldSpecImpl.m_AnnotationsThe annotations for the field.private final Collection<AnnotationSpecImpl> MethodSpecImpl.BuilderImpl.m_AnnotationsThe annotations for the method.private final List<AnnotationSpecImpl> MethodSpecImpl.m_AnnotationsThe annotations of this method.private final Collection<AnnotationSpecImpl> ParameterSpecImpl.BuilderImpl.m_AnnotationsThe annotations for the parameter.private final List<AnnotationSpecImpl> ParameterSpecImpl.m_AnnotationsThe annotations of this parameter.private final List<AnnotationSpecImpl> TypeNameImpl.m_AnnotationsThe annotations for this type.private final Collection<AnnotationSpecImpl> TypeSpecImpl.BuilderImpl.m_AnnotationsThe annotations for the type spec.private final List<AnnotationSpecImpl> TypeSpecImpl.m_AnnotationsThe annotations for this type.Methods in org.tquadrat.foundation.javacomposer.internal that return AnnotationSpecImplModifier and TypeMethodDescriptionfinal AnnotationSpecImplAnnotationSpecImpl.BuilderImpl.build()Creates theAnnotationSpecinstance 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 voidCodeWriter.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 newArrayTypeNameImplinstance.ClassNameImpl(CharSequence packageName, Optional<ClassNameImpl> enclosingClassName, CharSequence simpleName, List<AnnotationSpecImpl> annotations) Creates a newClassNameImplinstance.ClassNameImpl(CharSequence packageName, ClassNameImpl enclosingClassName, CharSequence simpleName, List<AnnotationSpecImpl> annotations) Creates a newClassNameImplinstance.TypeNameImpl(String keyword, List<AnnotationSpecImpl> annotations) Creates a newTypeNameImplinstance.TypeNameImpl(List<AnnotationSpecImpl> annotations) Creates a newTypeNameImplinstance.
