Annotation Interface NonnullReturnValue


@Retention(SOURCE) @Target(PACKAGE) public @interface NonnullReturnValue
This annotation can be applied to a package to indicate that all public methods in this package cannot return null.