Class ConstructorInvoker<T>

java.lang.Object
org.apache.tapestry5.ioc.internal.util.ConstructorInvoker<T>
All Implemented Interfaces:
Invokable<T>

public class ConstructorInvoker<T> extends Object implements Invokable<T>
Wraps the invocation of a constructor (with exception reporting) as an Invokable.
Since:
5.3