Interface ClassDependencyManufacturerContext.AnnotationConfigurer<T>
- All Known Subinterfaces:
ClassDependencyManufacturerContext.ClassDependency,ClassDependencyManufacturerContext.ClassFlow
- Enclosing interface:
- ClassDependencyManufacturerContext
public static interface ClassDependencyManufacturerContext.AnnotationConfigurer<T>
Allows specifying annotation.
-
Method Summary
Modifier and TypeMethodDescriptionaddAnnotation(Object annotation) Adds an annotation.addAnnotations(Collection<? extends Object> annotations) Adds many annotations.
-
Method Details
-
addAnnotation
Adds an annotation.- Parameters:
annotation- Annotation.- Returns:
this.
-
addAnnotations
Adds many annotations.- Parameters:
annotations- Annotations.- Returns:
this.
-