标签: java spring validation bean-validation
我有兴趣使用JSR-303(Bean Validation)注释(例如@NonNull)来验证Spring PropertySources,特别是配置文件。
@NonNull
PropertySources
我想知道Spring是否支持这种开箱即用的功能,如果没有,我该如何编写这样的框架?我应该验证PropertySource还是PropertySources?
PropertySource
理想情况下,这个框架不依赖于Spring,因此适用于使用其他DI框架的人。
任何提示都将不胜感激。