Annotation Type Present
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(MaybePresent.class) public @interface Present
TheOptional
container definitely contains a (non-null) value.- See the Checker Framework Manual:
- Optional Checker