@StandardException feature working draft

* annotation with javac and Eclipse handlers
* single test file
This commit is contained in:
ttzn
2021-03-24 22:27:25 +01:00
parent 30a2921e63
commit 63ea3db6b7
7 changed files with 554 additions and 1 deletions
@@ -0,0 +1,6 @@
@lombok.StandardException class EmptyException extends Exception {
}
@lombok.StandardException class NoArgsException extends Exception {
public NoArgsException() {
}
}