Annotation Type NonnullByDefault


@Documented
@Target({PACKAGE,TYPE,METHOD,FIELD,CONSTRUCTOR})
@Retention(CLASS)
@TypeQualifierDefault({FIELD,METHOD,PARAMETER})
@Nonnull
public @interface NonnullByDefault