R - The type of the object returned by the visit*() methodsEX - The exception that the visit*() methods may throwpublic static interface Visitor.AnnotationVisitor<R,EX extends Throwable>
Java.Annotations.| Modifier and Type | Method and Description |
|---|---|
R |
visitMarkerAnnotation(Java.MarkerAnnotation ma)
|
R |
visitNormalAnnotation(Java.NormalAnnotation na)
|
R |
visitSingleElementAnnotation(Java.SingleElementAnnotation sea)
|
@Nullable R visitMarkerAnnotation(Java.MarkerAnnotation ma) throws EX extends Throwable
@Nullable R visitNormalAnnotation(Java.NormalAnnotation na) throws EX extends Throwable
Copyright © 2019. All rights reserved.