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

xmlparser.annotations.XmlNoExport Maven / Gradle / Ivy

The newest version!
package xmlparser.annotations;

import java.lang.annotation.Retention;

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

/**
 * Marks a field to have it be excluded from serialization.
 */
@Retention(RUNTIME)
public @interface XmlNoExport { /* just a marker */ }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy