Uses of Interface
com.sun.codemodel.JAnnotatable
Packages that use JAnnotatable
Package
Description
Library for generating Java source code
API for programmatic invocation of XJC and schemagen.
FieldRenderer and its implementation classes.
-
Uses of JAnnotatable in com.sun.codemodel
Classes in com.sun.codemodel that implement JAnnotatableModifier and TypeClassDescriptionfinal classRepresents an arrays as annotation membersclassA generated Java class/interface/enum/....final classEnum Constant.classA field that can have aJDocCommentassociated with itclassJava method.final classA Java package.classVariables and fields. -
Uses of JAnnotatable in com.sun.tools.ws.processor.model.jaxb
Methods in com.sun.tools.ws.processor.model.jaxb with parameters of type JAnnotatable -
Uses of JAnnotatable in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api with parameters of type JAnnotatableModifier and TypeMethodDescriptionvoidTypeAndAnnotation.annotate(JAnnotatable programElement) Annotates the given program element by additional JAXB annotations that need to be there at the point of reference. -
Uses of JAnnotatable in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean with parameters of type JAnnotatableModifier and TypeMethodDescriptionfinal voidBeanGenerator.generateAdapterIfNecessary(CPropertyInfo prop, JAnnotatable field) GeneratesXmlJavaTypeAdapterfromPropertyInfoif necessary. -
Uses of JAnnotatable in com.sun.tools.xjc.generator.bean.field
Methods in com.sun.tools.xjc.generator.bean.field with parameters of type JAnnotatableModifier and TypeMethodDescriptionprotected voidDummyListField.annotate(JAnnotatable field) Annotate the field according to the recipes given asCPropertyInfo.