• C
    Introduce ImportAware interface · cdb01cbd
    Chris Beams 提交于
    @Configuration classes may implement ImportAware in order to be injected
    with the AnnotationMetadata of their @Import'ing class.
    
    Includes the introduction of a new PriorityOrdered
    ImportAwareBeanPostProcessor that handles injection of the
    importing class metadata.
    cdb01cbd
ScopingTests.java 10.8 KB