<aside> 💡 목차


</aside>


코드 스타일 컨벤션


public KillingPart (
    final Long id,
    final String name,
    ...
) {
    // ...
}