mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 22:23:00 +00:00
63ea3db6b7
* annotation with javac and Eclipse handlers * single test file
7 lines
170 B
Java
7 lines
170 B
Java
@lombok.StandardException class EmptyException extends Exception {
|
|
}
|
|
@lombok.StandardException class NoArgsException extends Exception {
|
|
public NoArgsException() {
|
|
}
|
|
}
|