mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 06:21:43 +00:00
9 lines
127 B
Java
9 lines
127 B
Java
import lombok.experimental.Value;
|
|
|
|
@Value
|
|
class ValueExperimental1 {
|
|
}
|
|
|
|
@lombok.experimental.Value
|
|
class ValueExperimental2 {
|
|
} |