Schnittstelle ValueObject
public interface ValueObject
Identifies a value object. Domain concepts that are modeled as value objects have no conceptual identity or
lifecycle. Implementations should be immutable, operations on it are side-effect free.
- Seit:
- 1.3
- Autor:
- Oliver Drotbohm, Stephan Pirnbaum, Martin Schimak, Henning Schwentner, Christian Stettler
- Siehe auch: