org.jvnet.hyperjaxb3.ejb.strategy.annotate
Class AnnotatingVisitor
java.lang.Object
org.jvnet.hyperjaxb3.ejb.strategy.annotate.AnnotatingVisitor
- All Implemented Interfaces:
- org.jvnet.annox.model.XAnnotationFieldVisitor<com.sun.codemodel.JAnnotationUse>
public class AnnotatingVisitor
- extends Object
- implements org.jvnet.annox.model.XAnnotationFieldVisitor<com.sun.codemodel.JAnnotationUse>
|
Constructor Summary |
AnnotatingVisitor(com.sun.codemodel.JCodeModel codeModel,
com.sun.codemodel.JAnnotationUse annotationUse)
|
|
Method Summary |
com.sun.codemodel.JAnnotationUse |
visitArrayAnnotationField(org.jvnet.annox.model.annotation.field.XArrayAnnotationField<?> field)
|
com.sun.codemodel.JAnnotationUse |
visitSingleAnnotationField(org.jvnet.annox.model.annotation.field.XSingleAnnotationField<?> field)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotatingVisitor
public AnnotatingVisitor(com.sun.codemodel.JCodeModel codeModel,
com.sun.codemodel.JAnnotationUse annotationUse)
visitSingleAnnotationField
public com.sun.codemodel.JAnnotationUse visitSingleAnnotationField(org.jvnet.annox.model.annotation.field.XSingleAnnotationField<?> field)
- Specified by:
visitSingleAnnotationField in interface org.jvnet.annox.model.XAnnotationFieldVisitor<com.sun.codemodel.JAnnotationUse>
visitArrayAnnotationField
public com.sun.codemodel.JAnnotationUse visitArrayAnnotationField(org.jvnet.annox.model.annotation.field.XArrayAnnotationField<?> field)
- Specified by:
visitArrayAnnotationField in interface org.jvnet.annox.model.XAnnotationFieldVisitor<com.sun.codemodel.JAnnotationUse>
Copyright © 2005-2014. All Rights Reserved.