Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleProject Lombok

Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.
Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more.



Panel

이 페이지에는:

Table of Contents



Lombok을 사용하기 위한 방법

> IntelliJ IDEA 또는 Eclipse Plugin 사용

Image RemovedImage Added

> Maven POM에 Lombok Plugin 추가

Code Block
languagexml
linenumberstrue
<plugin>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok-maven-plugin</artifactId>
    <version>1.18.12.0</version>
    <executions>
        <execution>
            <phase>generate-sources</phase>
            <goals>
                <goal>delombok</goal>
            </goals>
            <configuration>
                <sourceDirectory>src/main/java</sourceDirectory>
            </configuration>
        </execution>
    </executions>
</plugin>

> 다운로드

Attachments


관련 페이지

Content by Label
showLabelsfalse
spacesLOMBOK
showSpacefalse
sorttitle
typepage
cqllabel = "documentation-space-sample" and type = "page" and space = "LOMBOK"
labelsdocumentation-space-sample