Interface AnnotationBuilderFactory
public interface AnnotationBuilderFactory
Supports instantiating
AnnotationBuilder.
Should not be called directly by users; the static methods on AnnotationBuilder are preferred.- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns a newAnnotationBuilderfor given annotation type.create(Class<? extends Annotation> annotationType) Returns a newAnnotationBuilderfor given annotation type.
-
Method Details
-
create
Returns a newAnnotationBuilderfor given annotation type.- Parameters:
annotationType- the annotation type- Returns:
- a new
AnnotationBuilder
-
create
Returns a newAnnotationBuilderfor given annotation type.- Parameters:
annotationType- the annotation type- Returns:
- a new
AnnotationBuilder
-