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