![JAR search and dependency download from the Maven repository](/logo.png)
io.gsonfire.annotations.ExcludeByValue Maven / Gradle / Ivy
package io.gsonfire.annotations;
import io.gsonfire.gson.ExclusionByValueStrategy;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface ExcludeByValue {
Class extends ExclusionByValueStrategy> value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy