< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/runtime/RuntimeArrayInfo.java

Print this page

        

*** 33,43 **** /** * @author Kohsuke Kawaguchi */ public interface RuntimeArrayInfo extends ArrayInfo<Type,Class>, RuntimeNonElement { /** ! * Represents <tt>T[]</tt>. * * The same as {@link TypeInfo#getType()} but at the runtime, an array * is guaranteed to have a {@link Class} representation, not just any {@link Type}. */ Class getType(); --- 33,43 ---- /** * @author Kohsuke Kawaguchi */ public interface RuntimeArrayInfo extends ArrayInfo<Type,Class>, RuntimeNonElement { /** ! * Represents {@code T[]}. * * The same as {@link TypeInfo#getType()} but at the runtime, an array * is guaranteed to have a {@link Class} representation, not just any {@link Type}. */ Class getType();
< prev index next >