kevoree-modeling / framework

The Kevoree Modeling Framework
http://modeling.kevoree.org
GNU General Public License v3.0
42 stars 6 forks source link

[Feature] Generic parameter "with their son" #13

Open lmouline opened 8 years ago

lmouline commented 8 years ago

Some generic methods (e.g. KModel.lookup) should not force to use a KObject instance but also an instance of a subclass of KObject.

Thus, the footprinting of lookup would become: void lookup(long universe, long time, long uuid, KCallback<? extends KObject> callback);