Class NewProxyInstance<T>

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

public final class NewProxyInstance<T> extends Object implements PrivilegedAction<T>
Execute proxy creation as privileged action.
Author:
Guillaume Smet