I am new to java i have a set of classes which extends AbsEntity class.I have a abstract method which should return a Class object and that Class object should be E extends AbsEntity type...here is how i am trying to declare
abstract Class<E externds AbsEntity> E getAbsEntity();
This declaration through me error Actually i dont know hw to declare...A method whos return type should be Class type which is E extends AbsEntity Plz help