@TypeQualifierDefault(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE}) @Nonnull @Retention(value=RUNTIME) public @interface NonNullByDefault
null
annotation is otherwise lacking should be
considered as Nonnull
.
This annotation can be applied to all element types.
Copyright © 2014–2015. All rights reserved.