mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 20:25:27 +00:00
6 lines
89 B
Java
6 lines
89 B
Java
// unchanged
|
|
class WithInnerAnnotation {
|
|
@interface Inner {
|
|
int bar() default 42;
|
|
}
|
|
} |