Annotation Type NonNull


  • @Target({TYPE_PARAMETER,TYPE_USE})
    @Retention(CLASS)
    @Documented
    public @interface NonNull
    Indicates that a type does not accept null as a value.