The 'implicit super constructor' warning means that in your constructor you
need to call 'super()'

The 'complains on type T' part I'd need a little more info. Feel free to
post the exact lines of code.

-Clint

On Sat, Apr 16, 2011 at 2:21 AM, lucast <lucastol...@hotmail.com> wrote:

> However, when I try to extend the AbstractEntityModel as shown on
> EntityModel<T> extends AbstractEntityModel<T> example, my IDE starts to
> complaint with things like "Implicit super constructor
> AbstractEntityModel<T>() is undefined for default constructor. Must define
> an explicit constructor".
> as for the extends AbstractEntityModel<T> it also complaints on type T.
>
>

Reply via email to