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

xmlparser.annotations.XmlMapTagIsKey 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;

/*
 * Used for serializing and deserializing maps of this form:
 *
 * 
 *     value
 *     value2
 * 
 *
 */
@Retention(RUNTIME)
public @interface XmlMapTagIsKey {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy