Uses of Class
com.sun.istack.Nullable
-
Packages that use Nullable Package Description org.glassfish.jaxb.core.v2.model.annotation org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans. -
-
Uses of Nullable in org.glassfish.jaxb.core.v2.model.annotation
Methods in org.glassfish.jaxb.core.v2.model.annotation with annotations of type Nullable Modifier and Type Method Description <A extends Annotation>
AAnnotationReader. getClassAnnotation(Class<A> annotation, C clazz, Locatable srcpos)Reads an annotation on a class.<A extends Annotation>
AAnnotationReader. getMethodParameterAnnotation(Class<A> annotation, M method, int paramIndex, Locatable srcPos)Reads an annotation on a parameter of the method.<A extends Annotation>
AAnnotationReader. getPackageAnnotation(Class<A> annotation, C clazz, Locatable srcpos)Reads an annotation on the package that the given class belongs to. -
Uses of Nullable in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core with annotations of type Nullable Modifier and Type Method Description QNamePropertyInfo. getSchemaType()The effective value ofXmlSchemaTypeannotation, if any.
-