Class LombokExtension
- java.lang.Object
-
- io.freefair.gradle.plugins.lombok.LombokExtension
-
public class LombokExtension extends Object
- See Also:
LombokPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static String
LOMBOK_VERSION
-
Constructor Summary
Constructors Constructor Description LombokExtension(ObjectFactory objectFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description MapProperty<String,String>
getConfig()
Deprecated.Property<String>
getVersion()
The version of Lombok which will be used.
-
-
-
Field Detail
-
LOMBOK_VERSION
public static final String LOMBOK_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LombokExtension
@Inject public LombokExtension(ObjectFactory objectFactory)
-
-
Method Detail
-
getConfig
@Deprecated public MapProperty<String,String> getConfig()
Deprecated.
-
-