Class JavaConstructorImpl

  • All Implemented Interfaces:
    JavaConstructor

    public class JavaConstructorImpl
    extends java.lang.Object
    implements JavaConstructor

    Purpose: JavaModel representation of a java.lang.reflect.Constructor object.

    Reponsibilities:

    • Provide a reflection-based implementation of the JavaConstructor interface
    • Delegate calls to a wrapped instance of java.lang.reflect.Consturctor
    Author:
    mmacivor