Please select one of the following: - add Note to RequiredAnnotationBeanPostProcessor - since Required annotation is deprecated, use AutowiredAnnotationBeanPostProcessor to illustrate the example

Comment From: sbrannen

This has been merged into master in 90ee22f2affdf6c34a640eef97839742576c2611 and revised in 6d2fec383b76a70b4ebc847cb555941f24e93b02.

Thanks

Comment From: alex-krav

@sbrannen, I meant that we need one BPP example: RequiredAnnotationBeanPostProcessor with deprecation note or AutowiredAnnotationBeanPostProcessor. You merged both. Maybe that's okay too.

Comment From: sbrannen

I meant that we need one BPP example: RequiredAnnotationBeanPostProcessor with deprecation note or AutowiredAnnotationBeanPostProcessor.

Since I updated the cross reference in Annotation-based Container Configuration, I agree that the "Example: The RequiredAnnotationBeanPostProcessor" section is no longer necessary, and I will remove it.

Cheers


See f7cef2ab202f238ae94d90badd071313986af19f for the latest polishing commit.