public interface

ConstructorAccessor

sun.reflect.ConstructorAccessor

Class Overview

This interface provides the declaration for java.lang.reflect.Constructor.invoke(). Each Constructor object is configured with a (possibly dynamically-generated) class which implements this interface.

Summary

Public Methods
abstract Object newInstance(Object[] args)
Matches specification in Constructor

Public Methods

public abstract Object newInstance (Object[] args)