Package org.formaria.dto

Interface Summary
DtoIdentifier An interface used to identify the individual DTOs
 

Class Summary
DtoClassGenerator An annotation processor for DtoField annotations and for creating DTO objects directly from domain objects.
DtoFactory The factory class that creates a Transfer Object for a given domain object.
 

Annotation Types Summary
DtoClass An annotation for marking a domain object field as being exportable via a Data Transfer Object
DtoField An annotation for marking a domain object field as being exportable via a Data Transfer Object
DtoValidation An annotation for marking a domain object field with an associated validation rule