Annotation Type Nullable


  • @Documented
    @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface Nullable
    Lets the TypeFactory know that the Parameter can be null and thus be ignored.