spring xml 構成内でアプリケーション定数を使用したいと考えています。
私は次のようなものでSpring SpElでそれを行うことを知っています:
<bean class="example.SomeBean">
<property name="anyProperty" value="#{ T(example.AppConfiguration).EXAMPLE_CONSTANT}" />
<!-- Other config -->
</bean>
それで、これを行うより良い方法はありますか?