• P
    Add @PropertySources and ignoreResourceNotFound · e95bd9e2
    Phillip Webb 提交于
    Support repeatable @PropertySource annotations in Java 8 and add
    @PropertySources container annotation for Java 6/7. Also add an
    ignoreResourceNotFound attribute to @PropertySource allowing missing
    property resources to be silently ignored.
    
    This commit also introduces some generally useful methods to
    AnnotationUtils for working with @Repeatable annotations.
    
    Issue: SPR-8371
    e95bd9e2
AnnotationConfigUtils.java 14.1 KB