How to implement @DependsOnProperty(String property) in Spring(not spring boot)

Viewed 20

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.

0 Answers
Related