gson-compile/gson-compile-annotations/src/main/java/io/gitlab/jfronny/gson/compile/annotations/GPrefer.java

9 lines
223 B
Java

package io.gitlab.jfronny.gson.compile.annotations;
import java.lang.annotation.*;
@Target({ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.SOURCE)
public @interface GPrefer {
}