mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 06:21:43 +00:00
6 lines
138 B
Java
6 lines
138 B
Java
@lombok.experimental.SuperBuilder
|
|
public class SuperBuilderWithExistingConstructor {
|
|
public SuperBuilderWithExistingConstructor() {
|
|
}
|
|
}
|