The Java Typestate Checker (JaTyC) is a tool that verifies Java source code with respect to typestates. A typestate is associated with a Java class with the @Typestate annotation and defines: the ...
前回、Java SE 8で導入した型アノテーションについて紹介しました。型アノテーションは型の使用に対して修飾できるアノテーションです。しかし、Java SE 8では型アノテーションが使えるようになっただけで、標準ライブラリーだけでは型アノテーションを ...