All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xmlparser.annotations.XmlName Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package xmlparser.annotations;

import java.lang.annotation.Retention;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

@Retention(RUNTIME)
public @interface XmlName {
    String value();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy