ashutosh14march
Initiate
Joined: 28/01/2010 08:21:48
Messages: 9
Location: pune,INDIA
Offline
|
hi,
Why DataSourceVO class is extending itself and what is the use of <?>
abstract public class DataSourceVO<T extends DataSourceVO<?>>
implements Serializable, Cloneable, JsonSerializable, ChangeComparable<T> {.............................................................
|