Uses of Interface
org.glassfish.jaxb.core.v2.model.annotation.AnnotationSource
-
Packages that use AnnotationSource Package Description com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.runtime.v2.model.runtime The specialization oforg.glassfish.jaxb.core.v2.model.corefor the runtime. -
-
Uses of AnnotationSource in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement AnnotationSource Modifier and Type Class Description classCAttributePropertyInfoAttributePropertyInfofor the compiler.classCElementPropertyInfoElementPropertyInfofor the compiler.classCPropertyInfoModel of a property to be generated.classCReferencePropertyInfoReferencePropertyInfofor the compiler.classCValuePropertyInfoValuePropertyInfoimplementation for XJC. -
Uses of AnnotationSource in org.glassfish.jaxb.core.v2.model.core
Subinterfaces of AnnotationSource in org.glassfish.jaxb.core.v2.model.core Modifier and Type Interface Description interfaceAttributePropertyInfo<T,C>AttributePropertyInfo.interfaceElementPropertyInfo<T,C>Property that maps to an element.interfaceMapPropertyInfo<T,C>Property that maps to the following schema fragment.interfacePropertyInfo<T,C>Information about a JAXB-bound property.interfaceReferencePropertyInfo<T,C>PropertyInfothat holds references to otherElements.interfaceValuePropertyInfo<T,C>ValuePropertyInfo. -
Uses of AnnotationSource in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of AnnotationSource in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeAttributePropertyInfointerfaceRuntimeElementPropertyInfointerfaceRuntimeMapPropertyInfointerfaceRuntimePropertyInfoPropertyInfothat exposes more information.interfaceRuntimeReferencePropertyInfointerfaceRuntimeValuePropertyInfo
-