T - The type to return.public static interface PotentialAnnotation.Visitor<T>
PotentialAnnotation's annotation, if it exists.| Modifier and Type | Method and Description |
|---|---|
T |
visitAnnotationInstance(Annotation annotation)
Called when an annotation instance is stored.
|
T |
visitAnnotationType(Class<? extends Annotation> annotationType)
Called when an annotation type is stored.
|
T |
visitNoAnnotation()
Called when there is no annotation.
|
T visitNoAnnotation()
T visitAnnotationType(Class<? extends Annotation> annotationType)
annotationType - The annotation type.T visitAnnotationInstance(Annotation annotation)
annotation - The annotation instance.Copyright © 2014–2015. All rights reserved.