2026-03-17 13:31:18 -07:00

6 lines
96 B
Java

package junit.framework;
public interface Protectable {
void protect() throws Throwable;
}