SubBlah.java
- By Paul Holser
- July 24, 2001
Power Java
Limitations of reflective method lookup
by Paul Holser
Listing 3. SubBlah.java.
package test.reflection;
public class SubBlah extends Blah {
public SubBlah(int i) { super(i); }
}
About the Author
Paul Holser is a senior consultant at Valtech, an international consulting group specializing in e-business technologies. He can be contacted at [email protected].