Pattern: All variable values are externalized from the application configuration into build-time properties.
模式:把所有可变值从应用程序配置转移到构建时属性中。
2
Since it is thread safe by design, you might cache it in a public static final variable, or wrap it in a singleton pattern after creation for later access.