Annotation Type Nullable


  • @Documented
    @Retention(RUNTIME)
    @Nonnull(when=MAYBE)
    @TypeQualifierNickname
    public @interface Nullable
    A common Microsphere annotation to declare that annotated elements can be null under some circumstance.
    Since:
    1.0.0
    Author:
    Mercy
    See Also:
    Nonnull