Interface ClassDependencyManufacturerContext.AnnotationConfigurer<T>

All Known Subinterfaces:
ClassDependencyManufacturerContext.ClassDependency, ClassDependencyManufacturerContext.ClassFlow
Enclosing interface:
ClassDependencyManufacturerContext

public static interface ClassDependencyManufacturerContext.AnnotationConfigurer<T>
Allows specifying annotation.
  • Method Details

    • addAnnotation

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

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