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

xmlparser.annotations.XmlFieldDeserializer 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 XmlFieldDeserializer {
    String clazz();
    String function();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy