I have an abstract class:
public abstract class AbstractBeanDTO extends AbstractBigDTO { protected T value; //getter setter }
The