Class AptEclipsePlugin

java.lang.Object
com.diffplug.gradle.eclipse.apt.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 Details

    • AptEclipsePlugin

      @Deprecated public AptEclipsePlugin()
      Deprecated.
    • AptEclipsePlugin

      @Inject public AptEclipsePlugin(org.gradle.api.model.ObjectFactory objects)
  • Method Details