aboutsummaryrefslogtreecommitdiff
path: root/test/manual/delombokAntTask/src/Test.java
blob: e3a8bc75dff845e3a96647df132ea5ac2b94f23c (plain)
1
2
3
4
5
@lombok.Builder @lombok.Value
public class Test {
	String hello;
	int world;
}