Project Lombok.

Slides:



Advertisements
Similar presentations
Pando SIS13 Scott McHugh. Agenda The Who, What, and Why of Pando Using Pando Roadmap.
Advertisements

Christian Hujer What is AceUnit? How does AceUnit work? How do I use AceUnit? © 2007 Christian Hujer.
JAVA Programming Environment © Juhani Välimäki 2003.
Numbers
Stack buffer overflow
Dongseop Kim.  Purpose of HTML 5  Semantic Mark up  Web Form Function  Support Rich Web Application.
1.
Automating SharePoint 2013
A PEG-based pattern matching library EXtended by back reference with regex-like notation in Scala Kota Mizushima Graduate School of Systems and Information.
Mock Objects in Action Paulo Caroli & Sudhindra Rao Agile 2009 © ThoughtWorks 2008.
PaPCo, Das2, and Autoplot Jeremy Faden, University of Iowa.
Hacking Windows Vista Security Dan Griffin JW Secure, Inc.
Paperless Timesheet Management Project Anant Pednekar.
Perfecto Mobile Automation
ENA Connect Outlook Toolbar. Only available to ENA Connect Pro Users Works with Windows XP and Office 2003 and 2007 Vista still in testing Previous versions.
Virtual techdays INDIA │ august 2010 Extending Orchard for HTML5 and IE9 Praveen Srivatsa │ Director, AsthraSoft Consulting Microsoft Regional Director,
10-1 人生与责任 淮安工业园区实验学校 连芳芳 “ 自我介绍 ” “ 自我介绍 ” 儿童时期的我.
DEV-21: Embracing OpenEdge ® Architect Sunil S Belgaonkar Software Architect.
New versions of Moodle Break existing plugins Sometimes a little Sometimes a lot How can you fix those plugins.
Java Expert Session By: Prof. Mehul Raval Prof. Adarsh Patel Prof. Mihir Suthar.
Practical Project Maintenance
Workload Scheduler plug-in for JSR 352 Java Batch IBM Workload Scheduler IBM.
Hello Educational presentation.
Contact Us.
A B ? A B Match A to Column B 1) Hello! I´m fine. Thanks.
Swagger-SDK ONAP Paris Developer Event 25 –
Real-time sentiment built on the Azure IoT stack
Introduction to ECT 7130 Hong Cheng 2009/10 First Term.
DATA STRUCTURES AND ALGORITHM (CSE 220)
Swagger-SDK CLI PTL ONAP Paris Developer Event 25 –
Accessibility into Automation
DEV-25: You've Got a Problem, Here’s How to Find It
Renewable Energy vs. Nonrenewable Energy
+ A Look at CFAjax Stephen Rittler CounterMarch Systems
REDCap Plugin Examples From VICTR Data Core Team
How To Add A Xerox Printer To Google Chrome
UK
Frio River Cabins - Frio Vacation Homes - Frio Country Resort
Ionic Framework Kerry Ritter
May 23-24, 2012 Microsoft.
5 HACKS THAT WILL HELP YOU ACHIEVE YOUR MAJOR BEAUTY GOALS.
Yahoo Mail Customer Support Number

Most Effective Techniques to Park your Manual Transmission Car
How do Power Car Windows Ensure Occupants Safety
Java 9.
Global Drupal Training Day
A Quick Overview of ASP.NET Core 1.0
Teaching London Computing
HELLO THERE. THIS IS A TEST SLIDE SLIDE NUMBER 1.
THANK YOU!.
Using the Java Library API
I PRO' -.._ r.. f FOLLOW I 0.
Testing a persistence layer
Thank you.
About Me.
Your code is not just…your code
Thank you.
CONTACT US My Best Natural Health
Decision Making Process
4 + (-5) = A. Start at zero B. Move ______ spaces ___________ to get to the first number. C. From there, move _____ spaces __________ D. My final answer.
A Micro-ORM for the Discerning Developer
Hans Zaunere, Managing Member
Facing Issues in Account Creation Call Hotmail Support Number
Firebase Vs. MongoDB: Choose the Best Database of 2019
Hello Hi Hello Hi Hello Hi Hello Hi Hello Hi Hello Hi.
Meet Us
Contact Us
Your code is not just…your code
Presentation transcript:

Project Lombok

Hello! My name is Dawid Maksylewicz Contractor / Java / full-stack dev Working remotely Contact at: dawid.maksylewicz@gmail.com

Agenda What is the Project Lombok? Coding part

What is the Project Lombok? Boilerplate = zero-value code Setup (plugin + annotation processing)

Other @Synchronized @Cleanup @Value @Singular val

Pros & cons + controversy Reduces boilerplate Many annotations when used with ORM Annotations for meta It's a total hack based on non-public API https://github.com/rzwitserloot/lombok/issues/985 maintenance overhead, fewer bugs, more readable classes

Thanks! Any q?