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 theInMemoryJobStorageshould be cleared.
-
Element Details
-
value
ClearPoint valueDetermines when theInMemoryJobStorageshould be cleared.- Returns:
- when the
InMemoryJobStorageshould be cleared
-