public interface JAIFEvents
| Modifier and Type | Method and Description |
|---|---|
void |
annotationField(String fieldName,
Object constant)
Called to visit an annotation field.
|
void |
annotationFieldDefinition(String type,
String fieldName)
Called to visit an annotation field definition.
|
void |
endAnnotation(String annotationName)
Called to indicate the end of an annotation.
|
void |
endAnnotationDefinition(String annotationName)
Called to indicate the end of an annotation definition.
|
void |
endPackageDefinition(String pkgName)
Called to indicate the end of a package definition.
|
void |
startAnnotation(String annotationName)
Called to indicate the start of an annotation.
|
void |
startAnnotationDefinition(String annotationName,
String retention)
Called to indicate the start of an annotation definition.
|
void |
startPackageDefinition(String pkgName)
Called to indicate the start of a package definition.
|
void startPackageDefinition(String pkgName)
pkgName - package namevoid endPackageDefinition(String pkgName)
pkgName - void startAnnotation(String annotationName)
annotationName - annotation namevoid endAnnotation(String annotationName)
annotationName - annotation namevoid annotationField(String fieldName, Object constant)
fieldName - annotation field nameconstant - constant value of the annotation field (one of the java.lang
wrapper types, or a String, or ???)void startAnnotationDefinition(String annotationName, String retention)
annotationName - name of the annotationretention - retention: one of "visible", "invisible", or "source"void endAnnotationDefinition(String annotationName)
annotationName - name of the annotationCopyright © 2003–2015. All rights reserved.