/**
* Used in {@linkplain de.hilling.junit.cdi.util.ReflectionsUtils} to
* test cdi proxy behaviour with not packaged classes.
*
* author: fseemann on 13.04.2015.
*/
public class NoPackageTestBean {
public NoPackageTestBean() {
}
public void testMethod() {
}
}