Class LombokConfigAction
- java.lang.Object
 - 
- io.freefair.gradle.plugins.lombok.tasks.internal.LombokConfigAction
 
 
- 
- All Implemented Interfaces:
 WorkAction<LombokConfigParameters>
public abstract class LombokConfigAction extends Object implements WorkAction<LombokConfigParameters>
 
- 
- 
Constructor Summary
Constructors Constructor Description LombokConfigAction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.gradle.workers.WorkAction
getParameters 
 - 
 
 - 
 
- 
- 
Method Detail
- 
execute
public void execute()
- Specified by:
 executein interfaceWorkAction<LombokConfigParameters>
 
 - 
 
 -