@Documented @Retention(value=CLASS) @Target(value={FIELD,METHOD,PARAMETER,LOCAL_VARIABLE}) public @interface Nullable
javax.annotations.Nullable.
Denotes that a local variable, parameter, field, method return value can be
null.
Copyright © 2015 Eclipse JGit Project. All rights reserved.