/[classpath]/classpath/java/lang/reflect/Type.java
ViewVC logotype

Diff of /classpath/java/lang/reflect/Type.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by tromey, Fri Aug 27 00:05:03 2004 UTC revision 1.1.2.2 by gnu_andrew, Sun Feb 20 21:10:36 2005 UTC
# Line 1  Line 1 
1  /* Type.java - Superinterface for all types.  /* Type.java - Superinterface for all types.
2     Copyright (C) 2004 Free Software Foundation, Inc.     Copyright (C) 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.lang.reflect;  package java.lang.reflect;
40    
41    /**
42     * Represents any <code>Type</code> within the Java programming
43     * language.  This may be a primitive type (e.g. <code>int</code>,
44     * an array type (e.g. <code>double[]>/code>), a raw type
45     * (e.g. <code>Calendar</code>), a parameterized type
46     * (e.g. <code>List&lt;Boolean&gt;</code>, or a type
47     * variable (e.g. <code>T extends String</code>).
48     *
49     * @author Tom Tromey (tromey@redhat.com)
50     * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
51     * @since 1.5
52     */
53  public interface Type  public interface Type
54  {  {
55  }  }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26