Annotation Type Nullable


  • @Documented
    @Retention(RUNTIME)
    public @interface Nullable
    The annotated element could be null under some circumstances.

    Can be used on injection points to specify that injecting a null is allowed.