package fr.openwide.core.test.jpa.externallinkchecker.business.rest; import fr.openwide.core.rest.jersey2.AbstractRestApplication; public class SimpleRestApplication extends AbstractRestApplication { public SimpleRestApplication() { super(SimpleRestApplication.class); } }