spring-boot/eclipse
Madhura Bhave ca435512c0 Introduce spring-boot-autoconfigure-processor
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
2017-01-23 22:14:56 -08:00
..
eclipse-code-formatter.xml Enable the use of formatter off and on tags in Eclipse 2016-01-29 16:05:18 +00:00
org.eclipse.jdt.core.prefs Enable the use of formatter off and on tags in Eclipse 2016-01-29 16:05:18 +00:00
org.eclipse.jdt.ui.prefs Update eclipse setting to use 2017 copyright year 2017-01-04 18:32:14 -08:00
spring-boot-project.setup Introduce spring-boot-autoconfigure-processor 2017-01-23 22:14:56 -08:00