![JAR search and dependency download from the Maven repository](/logo.png)
io.gsonfire.annotations.PreSerialize Maven / Gradle / Ivy
package io.gsonfire.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @autor: julio
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface PreSerialize {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy