Christian Dupuis opened SPR-11105 and commented
It would be really handy if Spring could support placeholders and expressions in annotations. Specifically in Enable* annotations. See the following as an example:
@EnableMBeanExport(defaultDomain = "${spring.jmx.default_domain:my-domain}")
Affects: 4.0 RC1