Searched defs:ReflectionFactory (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DReflectionFactory.java48 public class ReflectionFactory { class
53 private static ReflectionFactory soleInstance = new ReflectionFactory();
74 private ReflectionFactory() { method in class:ReflectionFactory
87 implements PrivilegedAction<ReflectionFactory> {
88 public ReflectionFactory run() {
103 * <p> The returned <code>ReflectionFactory</code> object should be
111 public static ReflectionFactory getReflectionFactory() {

Completed in 52 milliseconds