@SubtypeOf(value={GuardedBy.class,GuardSatisfied.class}) @Documented @Target(value={TYPE_USE,TYPE_PARAMETER}) @Retention(value=RUNTIME) public @interface GuardedByBottom
x
has type
@GuardedByBottom
, then the value referred to by x
is null
and can never
be dereferenced.