Uses of Class
com.sun.istack.Nullable

Packages that use Nullable
com.sun.xml.bind.v2.model.annotation   
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
 

Uses of Nullable in com.sun.xml.bind.v2.model.annotation
 

Methods in com.sun.xml.bind.v2.model.annotation with annotations of type Nullable
<A extends Annotation>
A
AnnotationReader.getClassAnnotation(Class<A> annotation, C clazz, Locatable srcpos)
          Reads an annotation on a class.
<A extends Annotation>
A
AnnotationReader.getMethodParameterAnnotation(Class<A> annotation, M method, int paramIndex, Locatable srcPos)
          Reads an annotation on a parameter of the method.
<A extends Annotation>
A
AnnotationReader.getPackageAnnotation(Class<A> annotation, C clazz, Locatable srcpos)
          Reads an annotation on the package that the given class belongs to.
 

Uses of Nullable in com.sun.xml.bind.v2.model.core
 

Methods in com.sun.xml.bind.v2.model.core with annotations of type Nullable
 QName PropertyInfo.getSchemaType()
          The effective value of XmlSchemaType annotation, if any.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.