package org.infinispan.server.test.category; /** * {@link org.junit.experimental.categories.Category} annotation for unstable and client dist/repl suite tests * * @author Jakub Markos * @since 7.0 */ public interface UnstableClientClustered { }