package org.hibernate.cfg.beanvalidation; /** * This class enables access to the public methods of {@link TypeSafeActivator} * which itself is visible in the package only. * * @author Frank Schimmel */ public class TypeSafeActivatorAccessor extends TypeSafeActivator { // Empty: just makes public methods accessible. }