Uses of Interface
com.sun.xml.xsom.XSAnnotation
-
-
Uses of XSAnnotation in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSAnnotation Modifier and Type Method Description XSAnnotationXSComponent. getAnnotation()Gets the annotation associated to this component, if any.XSAnnotationXSComponent. getAnnotation(boolean createIfNotExist)Works likeXSComponent.getAnnotation(), but allow a new emptyXSAnnotationto be created if not exist.
-