@Documented @PolymorphicQualifier(value=Raw.class) @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) public @interface PolyRaw
Any method written using @PolyRaw conceptually has two versions: one in which every instance of @PolyRaw has been replaced by @Raw, and one in which every instance of @PolyRaw has been replaced by @NonRaw.