blob: aa320d50270d02f8296df04d275613a27a8e1aef [file] [log] [blame]
package org.junit.tests.experimental.theories.extendingwithstubs;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface Stub {
}