API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.reflect. Type View Javadoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

/*
 * @(#)Type.java	1.3 05/11/17
 *
 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

package java.lang.reflect;

/**
 * Type is the common superinterface for all types in the Java
 * programming language. These include raw types, parameterized types,
 * array types, type variables and primitive types.
 *
 * @since 1.5
 */

public interface Type {
}

Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar