@Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER,FIELD}) public @interface NotOwning
Owning
.
Parameters and fields are treated as if they have this annotation by default unless they have
Owning
.
When the -AnoLightweightOwnership
command-line argument is passed to the checker, this
annotation and Owning
are ignored.