Class LombokExtension
- java.lang.Object
 - 
- io.freefair.gradle.plugins.lombok.LombokExtension
 
 
- 
public class LombokExtension extends Object
- See Also:
 LombokPlugin
 
- 
- 
Constructor Summary
Constructors Constructor Description LombokExtension(ObjectFactory objectFactory) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)MapProperty<String,String>getConfig()Additional Entries for the lombok.config file.Property<String>getVersion()The version of Lombok which will be used.inthashCode()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
LombokExtension
@Inject public LombokExtension(ObjectFactory objectFactory)
 
 - 
 
- 
Method Detail
- 
getConfig
public MapProperty<String,String> getConfig()
Additional Entries for the lombok.config file. 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -