|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=SOURCE)
@Target(value={TYPE,METHOD})
public @interface NullSafe
NullSafe restriction annotates Applicatives that can handle
nulls as arguments, that is, that will not throw a
NullPointerException or IllegalArgumentException if any of
its arguments is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||