Package de.pdark.decentxml.mapping
Annotation Type ElementName
-
@Retention(RUNTIME) @Target(METHOD) public @interface ElementName
List the names of all elements which can be handled by this method. Also handy when the element name contains characters which are illegal in Java."*" or "" will match any element.
-
-
Element Detail
-
value
String[] value
-
-