blob: b8b7c7aa602317fff4cf35dabd18079ac9c4ea53 [file] [log] [blame]
package org.my.example.mapper;
import org.my.example.MyChildDto;
/**
* This class maps the dto {@link MyChildDto} to and from the entity {@link MyChild}.
*
*/
@SuppressWarnings("all")
public class MyChildDtoMapper<DTO extends MyChildDto, ENTITY extends org.my.example.MyChild> {
}