|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Retention(value=CLASS)
@Target(value={PACKAGE,TYPE})
public @interface NonNullByDefault
Denotes that all parameters, fields or methods within a class or method by
default can not be null. This can be overridden by adding specific
Nullable annotations on fields, parameters or
methods that should not use the default.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||