Package it.tidalwave.accounting.role
Interface Loadable
-
- All Known Implementing Classes:
LoadableSaveableAccounting
public interface Loadable
A role which provides loading from a default source.- Author:
- Fabrizio Giudici
- Stereotype:
- Role
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Class<Loadable>
_Loadable_
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <TYPE> TYPE
load()
Load from a default source.
-
-
-
Field Detail
-
_Loadable_
static final java.lang.Class<Loadable> _Loadable_
-
-