Annotation Interface ClearJobRepository
Annotation to be put on a test to cause a
InMemoryJobRepository
to be cleared
after test execution.
A bean of type InMemoryJobStorage
needs to be present, InMemoryBatchConfiguration
exposes such a bean.
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDetermines when theInMemoryJobStorage
should be cleared.
-
Element Details
-
value
ClearPoint valueDetermines when theInMemoryJobStorage
should be cleared.- Returns:
- when the
InMemoryJobStorage
should be cleared
-