aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/WithByOnRecordComponent.java
blob: 48bd66ca6afdfd4202a02239a2a5bdbd5744e065 (plain)
1
2
3
4
5
6
// version 14:

import lombok.experimental.WithBy;

public record WithByOnRecordComponent(@WithBy String a, String b) {
}