Package org.jmanikin.core
Interface Id<O>
- Type Parameters:
O- the Object type
- All Known Implementing Classes:
AccountModule.ID,TestModule.CId,TransferModule.ID
public interface Id<O>
An Id is a factory for (a pristine) Object O which it subsequently identifies.
-
Method Summary
-
Method Details
-
init
O init()Returns the pristine Object O- Returns:
- the pristine Object O
-