Package com.exedio.cope.pattern
Interface Money.Currency
-
- Enclosing class:
- Money<C extends Money.Currency>
public static interface Money.Currency
Empty interface. Make sure, thatequals
andhashCode
are implemented correctly.toString
should be implemented as well, otherwiseMoney.toString
will not be useful.