aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/SuperBuilderWithExistingConstructor.java
blob: d6bfe2ec2339c0f326ad79a798babc383ccb5b0f (plain)
1
2
3
4
5
@lombok.experimental.SuperBuilder
public class SuperBuilderWithExistingConstructor {
	public SuperBuilderWithExistingConstructor() {
	}
}