Is it possible, using @PropertySource annotation, to configure the encoding that has to be used to load the property file?
@PropertySource
An example to clarify my prob
my solution:
new MyBean(new String(env.getProperty("application.name").getBytes("ISO-8859-1"), "UTF-8"));