spring-io / spring-javaformat

Apache License 2.0
797 stars 110 forks source link

Make it easier to use annotation processing in Eclipse #341

Closed wilkinsona closed 2 years ago

wilkinsona commented 2 years ago

The Eclipse plugin applies an org.eclipse.jdt.core.prefs to a project that explicitly disables annotation processing. This makes it impossible to get annotation processing to work without manually tweaking the configuration each time the project has been imported/refreshed in Eclipse. We can hopefully just remove the configuration so that the Java Format plugin no longer expresses an opinion about whether or not annotation processing should be enabled.