Package org.apache.druid.annotations
Annotation Interface EverythingIsNonnullByDefault
@Documented
@Nonnull
@TypeQualifierDefault({FIELD,METHOD,PARAMETER})
@Retention(RUNTIME)
public @interface EverythingIsNonnullByDefault
This annotation can be applied to a package, class or method to indicate that all
class fields and method parameters and return values in that element are nonnull
by default unless overridden.