Class ClassFactory


  • public final class ClassFactory
    extends Object
    Creates new instances of classes.

    This code handles the case where the class is not public or the constructor is not public.

    Since:
    2.0
    Author:
    Kohsuke Kawaguchi