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