1 2 3 4 5 6 7 8
@org.projectlombok.testAp.ExampleAnnotation public class UseTestAp { @lombok.Getter String test; public void confirmGetTestExists() { System.out.println(getTest()); } }