mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-10 02:17:34 +00:00
@StandardException feature working draft
* annotation with javac and Eclipse handlers * single test file
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@lombok.StandardException class EmptyException extends Exception {
|
||||
}
|
||||
@lombok.StandardException class NoArgsException extends Exception {
|
||||
public NoArgsException() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user