생산성을 높이기 위해 반복적인 코드를 따로 작성하여 재사용하기 위해 만들어진 클래스다.
JavaBean - 위키피디아
In computing based on the Java Platform, JavaBeans are classes that encapsulate many objects
into a single object (the bean). They are serializable, have a zero-argument constructor, and allow access
to properties using getter and setter methods.
The name "Bean" was given to encompass this standard, which aims to create reusable software components
for Java.
위키피디아의 설명을 간단히 요약하면,
Spring web layer (0) | 2020.06.23 |
---|---|
Entity 클래스 (0) | 2020.06.22 |
lombok을 사용하는 이유 (0) | 2020.06.22 |
Gradle 의존성 정리 (0) | 2020.06.22 |
lombok 설치 (0) | 2020.06.21 |