Integration-Tests are skiped, if "maven.test.skip" is set to true
[hibernate4-maven-plugin] / src / main / java / org / hibernate / cfg / beanvalidation / TypeSafeActivatorAccessor.java
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 }