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