Annotation Type UnknownNull


  • @Documented
    @Target({FIELD,METHOD,PARAMETER})
    @Retention(RUNTIME)
    @Nonnull(when=UNKNOWN)
    @TypeQualifierNickname
    public @interface UnknownNull
    Indicates that a field, method or parameter is undefined for its usage null.