T - the type of the annotationpublic interface IAnnotationBuilder<T extends java.lang.annotation.Annotation>
| Modifier and Type | Method and Description |
|---|---|
T |
create()
Creates the annotation.
|
java.lang.Class<T> |
getInstanceClass()
Returns the concrete type of the annotation.
|