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