org.jvnet.jaxb2_commons.plugin.annotate
Class Annotator
java.lang.Object
org.jvnet.jaxb2_commons.plugin.annotate.Annotator
public class Annotator
- extends Object
Method Summary |
void |
annotate(com.sun.codemodel.JCodeModel codeModel,
com.sun.codemodel.JAnnotatable annotatable,
Collection<org.jvnet.annox.model.XAnnotation> xannotations)
|
void |
annotate(com.sun.codemodel.JCodeModel codeModel,
com.sun.codemodel.JAnnotatable annotatable,
org.jvnet.annox.model.XAnnotation xannotation)
|
protected org.jvnet.annox.model.XAnnotationVisitor<com.sun.codemodel.JAnnotationUse> |
createAnnotationFieldVisitor(com.sun.codemodel.JCodeModel codeModel,
com.sun.codemodel.JAnnotationUse annotationUse)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final Annotator INSTANCE
Annotator
public Annotator()
annotate
public void annotate(com.sun.codemodel.JCodeModel codeModel,
com.sun.codemodel.JAnnotatable annotatable,
Collection<org.jvnet.annox.model.XAnnotation> xannotations)
annotate
public void annotate(com.sun.codemodel.JCodeModel codeModel,
com.sun.codemodel.JAnnotatable annotatable,
org.jvnet.annox.model.XAnnotation xannotation)
createAnnotationFieldVisitor
protected org.jvnet.annox.model.XAnnotationVisitor<com.sun.codemodel.JAnnotationUse> createAnnotationFieldVisitor(com.sun.codemodel.JCodeModel codeModel,
com.sun.codemodel.JAnnotationUse annotationUse)
Copyright © 2005-2012. All Rights Reserved.