1 // Proxy.java, created Tue Dec 10 14:01:57 2002 by joewhaley
2 // Copyright (C) 2001-3 John Whaley <jwhaley@alum.mit.edu>
3 // Licensed under the terms of the GNU LGPL; see COPYING for details.
4 package joeq.ClassLib.Common.java.lang.reflect;
5
6 /***
7 * Proxy
8 *
9 * @author John Whaley <jwhaley@alum.mit.edu>
10 * @version $Id: Proxy.java 1451 2004-03-09 06:27:08Z jwhaley $
11 */
12 class Proxy {
13 private static java.lang.Class defineClass0(joeq.ClassLib.Common.java.lang.ClassLoader cl, java.lang.String s, byte[] b, int i, int j) {
14 return cl.defineClass0(s, b, i, j, null);
15 }
16 }