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 T
addAnnotation(java.lang.Object annotation)
Adds an annotation.T
addAnnotations(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
.
-
-