Annotation Type ContextStorage
Annotation used to mark a dependency to a storage.
This annotation is intended to be used on a class which responsibility it is to
abstract the communication to the storage.
Only needed in case the storage is not automatically detected.
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String name- Returns:
- the name to uniquely identify the storage
-
-
-
type
- Default:
- FILE_SYSTEM
-