Uses of Class
org.jvnet.jaxb.plugin.AnnotationTarget
-
Packages that use AnnotationTarget Package Description org.jvnet.jaxb.plugin -
-
Uses of AnnotationTarget in org.jvnet.jaxb.plugin
Methods in org.jvnet.jaxb.plugin that return AnnotationTarget Modifier and Type Method Description static AnnotationTargetAnnotationTarget. getAnnotationTarget(String target)static AnnotationTargetAnnotationTarget. getAnnotationTarget(Element element, AnnotationTarget defaultAnnotationTarget)static AnnotationTargetAnnotationTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationTarget[]AnnotationTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jvnet.jaxb.plugin with parameters of type AnnotationTarget Modifier and Type Method Description static AnnotationTargetAnnotationTarget. getAnnotationTarget(Element element, AnnotationTarget defaultAnnotationTarget)
-