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

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

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

revision 1.4 by mark, Tue Jan 22 22:27:00 2002 UTC revision 1.4.2.1 by gnu_andrew, Sat Jan 15 17:01:54 2005 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    package java.lang.reflect;
39    
40    import java.security.BasicPermission;
41    
42  /* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3  /* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3
43   * "The Java Language Specification", ISBN 0-201-63451-1   * "The Java Language Specification", ISBN 0-201-63451-1
44   * plus online API docs for JDK 1.2 beta from http://www.javasoft.com.   * plus online API docs for JDK 1.2 beta from http://www.javasoft.com.
45   */   */
46    
 package java.lang.reflect;  
   
 import java.security.BasicPermission;  
   
47  /**  /**
48   * This class implements permissions for reflection.  This is a named   * This class implements permissions for reflection.  This is a named
49   * permission, and the only defined name is suppressAccessChecks, which   * permission, and the only defined name is suppressAccessChecks, which

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

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