Annotation Interface CanonicalNameOrEmpty
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(SignatureUnknown.class)
public @interface CanonicalNameOrEmpty
Either a
CanonicalName
or the empty string.- See Also:
- See the Checker Framework Manual:
- Signature Checker