@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Abstract
インターフェースに付与され、対象のインターフェースを直接実装するクラスはabstractでなければならない。
abstract