Adding upperBounds and lowerBounds extraction for 'super' and 'extends'.
[jpf-core.git] / examples / Reflection.java
index 568743683d21f3a328d748972ebcaacaa1fbc603..f446b4bf4644f9e8d27c36b618a11d6504ff28eb 100644 (file)
@@ -24,7 +24,8 @@ public class Reflection {
     class SampleClass<VWXZ> {
         private String sampleField;
 
     class SampleClass<VWXZ> {
         private String sampleField;
 
-        public Class<?> setSampleField(Class<?> clazz, 
+        public Class<?> setSampleField(Class<?> clazz,
+                       Class<? extends List> list, Class<? super Map> map,
                        List<String> listString, Map<Integer,String> mapString, 
                        Generic<Integer,String,Double,Short,Float> test, 
                        String sampleField, int one, short two, double three, Object obj) {
                        List<String> listString, Map<Integer,String> mapString, 
                        Generic<Integer,String,Double,Short,Float> test, 
                        String sampleField, int one, short two, double three, Object obj) {