@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @PolymorphicQualifier(value=UnknownSignedness.class) public @interface PolySigned
When two formal parameter types are annotated with @PolySigned
, the two arguments must
have the same signedness type annotation. (This differs from the standard rule for polymorphic
qualifiers.)