Files
lombok/test/transform/resource/before/WithInnerAnnotation.java
T

5 lines
76 B
Java

class WithInnerAnnotation {
@interface Inner {
int bar() default 42;
}
}