public interface AnnotationBuilderFactory
AnnotationBuilder
.
Should not be called directly by users; the static methods on AnnotationBuilder
are preferred.Modifier and Type | Method and Description |
---|---|
AnnotationBuilder |
create(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Returns a new
AnnotationBuilder for given annotation type. |
AnnotationBuilder |
create(ClassInfo annotationType)
Returns a new
AnnotationBuilder for given annotation type. |
AnnotationBuilder create(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
AnnotationBuilder
for given annotation type.annotationType
- the annotation typeAnnotationBuilder
AnnotationBuilder create(ClassInfo annotationType)
AnnotationBuilder
for given annotation type.annotationType
- the annotation typeAnnotationBuilder