@Documented @Retention(value=CLASS) @Target(value={FIELD,METHOD,PARAMETER,LOCAL_VARIABLE}) public @interface Nullable
null
at runtime.
This has two consequences:
null
value to the entity is legal.NullPointerException
can occur at runtime.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.