mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-17 04:19:28 +00:00
21 lines
818 B
HTML
21 lines
818 B
HTML
<#import "../_scaffold.html" as main>
|
|
|
|
<@main.scaffold title="Documentation for being a lombok developer">
|
|
<div class="page-header top5">
|
|
<div class="row text-center">
|
|
<@main.h1 title="Documentation for lombok developers" />
|
|
</div>
|
|
<div class="row">
|
|
<@main.feature title="contributing" href="contributing">
|
|
Want to contribute to Project Lombok? Start by reading this introduction.
|
|
</@main.feature>
|
|
<@main.feature title="execution path" href="lombok-execution-path">
|
|
Discusses how lombok ends up being invoked, and how it gets around to transforming code being compiled / edited.
|
|
</@main.feature>
|
|
</div>
|
|
<div class="row">
|
|
More documentation can be found on the <a href="https://github.com/rzwitserloot/lombok/wiki">project lombok github wiki</a>.
|
|
</div>
|
|
</div>
|
|
</@main.scaffold>
|