< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/nav/ReflectionNavigator.java

Print this page

        

*** 416,426 **** public boolean isFinal(Class clazz) { return Modifier.isFinal(clazz.getModifiers()); } /** ! * Returns the {@link Type} object that represents {@code clazz&lt;T1,T2,T3>}. */ public Type createParameterizedType(Class rawType, Type... arguments) { return new ParameterizedTypeImpl(rawType, arguments, null); } --- 416,426 ---- public boolean isFinal(Class clazz) { return Modifier.isFinal(clazz.getModifiers()); } /** ! * Returns the {@link Type} object that represents {@code clazz<T1,T2,T3>}. */ public Type createParameterizedType(Class rawType, Type... arguments) { return new ParameterizedTypeImpl(rawType, arguments, null); }
< prev index next >