Class LombokExtension


  • public abstract class LombokExtension
    extends java.lang.Object
    See Also:
    LombokPlugin
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LOMBOK_VERSION  
    • Constructor Summary

      Constructors 
      Constructor Description
      LombokExtension()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Property<java.lang.Boolean> getDisableConfig()  
      abstract Property<java.lang.String> getVersion()
      The version of Lombok which will be used.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LombokExtension

        public LombokExtension()
    • Method Detail

      • getVersion

        public abstract Property<java.lang.String> getVersion()
        The version of Lombok which will be used.
      • getDisableConfig

        public abstract Property<java.lang.Boolean> getDisableConfig()