Annotation Type Nullable


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface Nullable
    A ready to use annotation to mask that a parameter in the default parameter can be null.
    Author:
    NawaMan -- nawa@nawaman.net