I have a groovy class where I wan to autowire a property value.
Eg:
public @Value(\"${valueA}\" ) String valueA;
With the addition