Package ej.annotation

Annotation Type NonNullByDefault

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean value
      When annotating an element with @NonNullByDefault(false), the default null annotation is not applied.
    • Element Detail

      • value

        boolean value
        When annotating an element with @NonNullByDefault(false), the default null annotation is not applied. In this case, the appropriate annotation must be specified to each sub-element (@Nullable or @NotNull or none).
        Returns:
        true by default
        Default:
        true