8 lines
83 B
Java
Raw Normal View History

2007-07-21 14:44:39 -06:00
package java.lang.reflect;
public final class Array {
private Array() { }
}