mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-15 08:19:15 +00:00
10 lines
144 B
Java
10 lines
144 B
Java
class WithOnStatic {
|
|
static @lombok.With boolean foo;
|
|
static @lombok.With int bar;
|
|
<clinit>() {
|
|
}
|
|
WithOnStatic() {
|
|
super();
|
|
}
|
|
}
|