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

simplexml.annotations.XmlAttribute Maven / Gradle / Ivy

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

import java.lang.annotation.Retention;

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

@Retention(RUNTIME)
public @interface XmlAttribute { /* just a marker */ }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy