package org.infinispan.server.test.category; import org.junit.experimental.categories.Category; /** * {@link Category} tag for clustered REST tests in standalone mode. * * @author <a href="mailto:mlinhard@redhat.com">Michal Linhard</a> * */ public class RESTClustered extends ClientClustered { }