package com.amazonaws.encryptionsdk; /** * JUnit category marking tests to be excluded from the FastTestsOnlySuite. Usage: * @Category(SlowTestCategory.class) * @Test * public void mySlowTest() { * // encrypt a couple terabytes of test data * } * */ public interface SlowTestCategory {}