I am using native spring (not spring boot) and I need the annotation @DependsOnProperty which is exist in spring boot.
Is it possible to implement it in spring(without adding spring-boot dependency)? If yes how?
Thanks in advance.
I am using native spring (not spring boot) and I need the annotation @DependsOnProperty which is exist in spring boot.
Is it possible to implement it in spring(without adding spring-boot dependency)? If yes how?
Thanks in advance.