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

6 lines
89 B
Java

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