Skip to content

Project for doing Lombok learn / experiments / testing

Notifications You must be signed in to change notification settings

gvnavin/LombokExperimentations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LombokExperimentations

Project for doing Lombok learn / experiments / testing

alias dlf='java -jar ~/bin/lombok.jar delombok -p'

function dlp { java -jar ~/bin/lombok.jar delombok $1 -d $2 }

dlp src out

To make Lombok to work in intellij, install Lombok plugin and enable Annotation preprocessing.

Steps to enable Annotation Preprocessing in intellij.

Preferences -> Build, Execution, Deployment -> Compiler -> Annotation Processors -> Enable annotation processing

About

Project for doing Lombok learn / experiments / testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages