Class ConstructorInstance<T>

java.lang.Object
org.hibernate.validator.internal.util.privilegedactions.ConstructorInstance<T>
All Implemented Interfaces:
PrivilegedAction<T>

public final class ConstructorInstance<T> extends Object implements PrivilegedAction<T>
Execute instance creation as privileged action.
Author:
Emmanuel Bernard, Hardy Ferentschik