Hi,
How can I put an annotation on a @Bean method, so I can post process the bean/beandef with the data in the annotation?
If I try to post process the bean/factory in the standard way, I can't get an (easy) access to the annotation. @Bean#meta can't provide enough information in a robust way (meaning, without going into stringulation techniques).
Thank you,
Ittay


