@Target(value=PACKAGE)
@Retention(value=RUNTIME)
@Documented
public @interface NonNullApi
Should be used at package level in association with Nullable
annotations at parameter and return value level.
Leverages JSR-305 meta-annotations to indicate its semantics to common tools with JSR-305 support.
Nullable
,
javax.annotation.Nonnull