Package com.diffplug.gradle.eclipse.apt
Class AptEclipsePlugin
java.lang.Object
com.diffplug.gradle.eclipse.apt.AptEclipsePlugin
Plugin which modifies the eclipse project file so that it will
include gradle `annotationProcessor` dependencies. No configuration
is required, just:
```groovy
apply plugin: 'com.diffplug.eclipse.apt'
}
```
-
Constructor Summary
Constructors -
Method Summary