fanyapeng / javadude

Automatically exported from code.google.com/p/javadude
0 stars 0 forks source link

Annotations - allow list properties to contain items on subclasses #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If a property is of type List<Person> it should also allow subclasses of 
Person. Have the add method accept <? extends Person> for example

Original issue reported on code.google.com by scott%ja...@gtempaccount.com on 5 May 2009 at 4:47