I would like to get a list of the properties configured in my system using the @Value annotation from spring. Is it possible? I need the configuration key that is set in the @Value().
I know I can scan for annotations, but is there a better way to do this? If perhaps there is some support in the spring framework to get this information.