View Javadoc
1   package org.hibernate.cfg.beanvalidation;
2   
3   /**
4    * This class enables access to the public methods of {@link TypeSafeActivator}
5    * which itself is visible in the package only.
6    *
7    * @author Frank Schimmel <frank.schimmel@cm4all.com>
8    */
9   public class TypeSafeActivatorAccessor extends TypeSafeActivator {
10      // Empty: just makes public methods accessible.
11  }