Annotation Type PolySignature
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @PolymorphicQualifier(SignatureUnknown.class) public @interface PolySignatureA polymorphic qualifier for the Signature type system.Any method written using
@PolySignatureconceptually has two versions: one in which every instance of@PolySignature Stringhas been replaced by@Signature String, and one in which every instance of@PolySignature Stringhas been replaced byString.- See the Checker Framework Manual:
- Signature Checker, Qualifier polymorphism