Annotation Type UnknownThis
-
@Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @DefaultQualifierInHierarchy @SubtypeOf({}) @QualifierForLiterals(NULL) @DefaultFor(LOWER_BOUND) public @interface UnknownThis
The top type for the Returns Receiver Checker's type system. Values of the annotated type might be the receiver (this
) or might not. Programmers should rarely write this type.