Files
lombok/test/transform/resource/before/StandardExceptions.java
T
ttzn 63ea3db6b7 @StandardException feature working draft
* annotation with javac and Eclipse handlers
* single test file
2021-03-24 22:27:25 +01:00

7 lines
170 B
Java

@lombok.StandardException class EmptyException extends Exception {
}
@lombok.StandardException class NoArgsException extends Exception {
public NoArgsException() {
}
}