mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 06:21:43 +00:00
94440a8bd7
added some tests to confirm that lombok makes things static if needed.
4 lines
82 B
Java
4 lines
82 B
Java
class UtilityClassInner {
|
|
@lombok.experimental.UtilityClass
|
|
class UtilClass {}
|
|
} |