Interface ClassDependencyManufacturerContext.AnnotationConfigurer<T>

    • Method Detail

      • addAnnotation

        T addAnnotation​(java.lang.Object annotation)
        Adds an annotation.
        Parameters:
        annotation - Annotation.
        Returns:
        this.
      • addAnnotations

        T addAnnotations​(java.util.Collection<? extends java.lang.Object> annotations)
        Adds many annotations.
        Parameters:
        annotations - Annotations.
        Returns:
        this.