Package net.javacrumbs.shedlock.support.annotation

  • Annotation Types Summary
    Annotation Type Description
    NonNull
    A common Spring annotation to declare that annotated elements cannot be null.
    Nullable
    A common annotation to declare that annotated elements can be null under some circumstance.