package io.gitlab.jfronny.gson.compile.processor.util; import java.lang.annotation.*; @Documented @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) public @interface SupportedAnnotationTypes2 { Class[] value(); }