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 newAnnotationBuilder
for given annotation type.create
(Class<? extends Annotation> annotationType) Returns a newAnnotationBuilder
for given annotation type.
-
Method Details
-
create
Returns a newAnnotationBuilder
for given annotation type.- Parameters:
annotationType
- the annotation type- Returns:
- a new
AnnotationBuilder
-
create
Returns a newAnnotationBuilder
for given annotation type.- Parameters:
annotationType
- the annotation type- Returns:
- a new
AnnotationBuilder
-