T - Visitor return type.public interface XAnnotationFieldVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
visitArrayAnnotationField(XArrayAnnotationField<?> arrayAnnotationField) |
T |
visitSingleAnnotationField(XSingleAnnotationField<?> singleAnnotationField) |
T visitSingleAnnotationField(XSingleAnnotationField<?> singleAnnotationField)
T visitArrayAnnotationField(XArrayAnnotationField<?> arrayAnnotationField)
Copyright © 2006–2016. All rights reserved.