Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかのオープン ソース Java プロジェクトで、文字列変数に @ 記号が使用されているのを見てきましたが、これは何をするのでしょうか?
たとえば、バージョン番号が String インスタンスに格納されているアプリケーションで見たことがあります。
public static final String APP_VERSION = "@VERSION@";