bb.misc
Class MiscFactory
java.lang.Object
bb.misc.MiscFactory
public class MiscFactory
- extends Object
Offers a public hook for classes outside this package (e.g. ReflectUtil
) to create instances of the otherwise inacessible ClassToReflectOn
.
This class is not multithread safe.
- Author:
- Brent Boyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MiscFactory
public MiscFactory()
createClassToReflectOn
public static Object createClassToReflectOn()