• Madhura Bhave's avatar
    Introduce spring-boot-autoconfigure-processor · ca435512
    Madhura Bhave authored
    Add an annotation processor that generates properties files for certain
    auto-configuration class annotations. Currently attribute values from
    @AutoConfigureOrder, @AutoConfigureBefore, @AutoConfigureAfter and
    @ConditionalOnClass annotations are stored.
    
    The properties file will allow optimizations to be added in the
    `spring-boot-autoconfigure` project. Primarily by removing the need
    to ASM parse as many `.class` files.
    
    See gh-7573
    ca435512
Name
Last commit
Last update
..
main Loading commit data...
test Loading commit data...