Package metricapp.dto

This package is intended to contain DTO, objects, almost always serializable, that can travel through different protocols.

See: Description

Package metricapp.dto Description

This package is intended to contain DTO, objects, almost always serializable, that can travel through different protocols. They do not have to be same as Entities, because they are meant to be message objects, they are focused to requests and responses, not single entity.