_Properties is a subclass of Properties that provides support for including other
Properties files on the fly. If you create a property named .includeProps, the value
will be interpreted as a file to load. If the path is absolute, it will just load it
directly. If it's relative, the path will be loaded relative to the current user's
home directory. Multiple .includeProps can be included in a Properties file and they
will be loaded in the order they appear within the file.
_Properties は Properties のサブクラスでプロパティ・ファイルのオンザフライ読み込みを可能にします。
.includeProps のようなプロパティ名を作成するとファイルとして認識され、読み込まれます。
完全パスの場合には直接読み込みを行います。相違パスの場合はカレント・ユーザのホームフォルダ対象になります。
プロパティ・ファイルには複数の .includeProps を含むことができ、発生される順番でロードされます。