xmlparser.annotations.XmlTextNode Maven / Gradle / Ivy
package xmlparser.annotations;
import java.lang.annotation.Retention;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Retention(RUNTIME)
public @interface XmlTextNode { /* just a marker */ }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy