aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/WithInnerAnnotation.java
blob: 1e88b226e903dc7cc6e0d2f30b25210c38eb04b2 (plain)
1
2
3
4
5
class WithInnerAnnotation {
	@interface Inner {
		int bar() default 42;
	}
}