• P
    Support fall-back to ASM parsing @Configuration · e10e16cd
    Phillip Webb 提交于
    Update ConfigurationClassParser to fall-back to ASM parsing if standard
    annotation processing fails. This change allows @Conditional annotations
    that refer to missing classes to work.
    
    This commit also introduces a new inner SourceClass object that
    encapsulates the conditional logic required when reading the source
    classes.
    
    Issue: SPR-10646
    e10e16cd
ConfigurationClassParser.java 28.3 KB