mirror of
https://github.com/tiennm99/lombok.git
synced 2026-07-17 08:18:11 +00:00
5 lines
76 B
Java
5 lines
76 B
Java
class WithInnerAnnotation {
|
|
@interface Inner {
|
|
int bar() default 42;
|
|
}
|
|
} |