Datasets:
ArXiv:
License:
| .projectlombok.testAp.ExampleAnnotation | |
| //@lombok.experimental.Accessors(chain=true) | |
| public class UseTestAp { | |
| .Setter .Getter String test; | |
| public void confirmGetTestExists() { | |
| System.out.println(getTest()); | |
| } | |
| public UseTestAp returningSelf() { | |
| return this; | |
| } | |
| } | |