Class AptEclipsePlugin

  • All Implemented Interfaces:
    Plugin<Project>

    public class AptEclipsePlugin
    extends Object
    implements Plugin<Project>
    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 Detail

      • AptEclipsePlugin

        public AptEclipsePlugin()