Files

8 lines
117 B
Java

package foo;
import org.jetbrains.annotations.NotNull;
interface MyTestClass {
@NotNull
String implementMe();
}