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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaddAnnotation(java.lang.Object annotation)Adds an annotation.TaddAnnotations(java.util.Collection<? extends java.lang.Object> annotations)Adds many annotations.
-
-
-
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.
-
-