You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: