I\'m using spring 3 with PropertyPlaceholderConfigurator.
My properties code looks like as following:
@Configuration public class MyProps { @Val
I'm not sure if it is possible to make a single property optional but surely you can force the property placeholder to ignore unresolved properties: