Boilerplate busters! - Home: DOAG e.V. · Boilerplate busters! PROJECT LOMBOK ... (includ ng a...

Preview:

Citation preview

If there's too much code,and it don't look goodWho you gonna call?Boilerplate busters!

PROJECT LOMBOK Reinier Zwitserloot

Roel Spilker

Reinier Zwitserloot - Co-Founder & Senior Data Cruncher

Roel Spilker - Senior Developer & Java Trainer

WHAT IS LOMBOK?

Makes your boilerplate disappear

Tools (compilers, IDEs, build systems, etc) plugin

Gives your java code an edge

@Helper

Pick a card…

Lombok configuration

lombok.singular.auto = false

Advised, if you code in german!

lombok.extern.findbugs.addSuppressFBWarnings = true

Adds @SuppressFBWarnings to all code lombok generates

lombok.experimental.flagUsage = warning

Generates warnings in your code when you use experimental features.

Useful, if that’s a little too much magic for you!

http://projectlombok.org