サンプル

public interface testInterface {
}


ソリューション
インターフェース名の先頭文字のみ大文字にします。

public interface TestInterface {
}