Package org.opennms.core.xml
Annotation Type ValidateUsing
-
@Retention(RUNTIME) @Target(TYPE) public @interface ValidateUsing
-
-
Element Detail
-
value
String value
The name of the XSD file associated with this JAXB-compatible object. This will be used by JAXBUtils to validate the XML when passing through the system.- Returns:
- The name of the XSD file, without paths. This file is expected to be in the classpath, in /xsds/.
-
-