public interface JAnnotationWriter<A extends Annotation>
Annotation compiler can generate a strongly typed annotation writer to assist applications to write uses of annotations. Such typed annotation writer interfaces all derive from this common interface.
The type parameter 'A' represents the
Modifier and Type | Method and Description |
---|---|
Class<A> |
getAnnotationType()
The type of the annotation that this writer is writing.
|
JAnnotationUse |
getAnnotationUse()
Gets the underlying annotation use object to which we are writing.
|
JAnnotationUse getAnnotationUse()
Copyright © 2019 JBoss by Red Hat. All rights reserved.