BAEL-3768 - spatialguru.net@gmail.com (#9402)
* Add implementation of BeanPostProcessor and BeanFactoryPostProcessor for ticket * Continue processing beans if annotation not found on one or more * Add integration test * Simplify code * Rename package
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.postprocessor;
|
||||
package com.baeldung.beanpostprocessor;
|
||||
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.postprocessor;
|
||||
package com.baeldung.beanpostprocessor;
|
||||
|
||||
import java.time.Duration;
|
||||
import java.util.Date;
|
||||
Reference in New Issue
Block a user