You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
eclipse-code-formatter.xml Enable the use of formatter off and on tags in Eclipse 9 years ago
org.eclipse.jdt.core.prefs Enable the use of formatter off and on tags in Eclipse 9 years ago
org.eclipse.jdt.ui.prefs Update eclipse setting to use 2017 copyright year 8 years ago
spring-boot-project.setup Introduce spring-boot-autoconfigure-processor 8 years ago