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 boolean
canEqual(Object other)
boolean
equals(Object o)
MapProperty<String,String>
getConfig()
Additional Entries for the lombok.config file.Property<String>
getVersion()
The version of Lombok which will be used.int
hashCode()
String
toString()
-
-
-
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)
-
-