mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-25 21:58:35 +00:00
af16ba23cd
* move feature under experimental * replace ProviderFor with Provides * add doc material (to be completed) * add author
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
import lombok.experimental.StandardException;
|
|
|
|
@StandardException
|
|
public class ExampleException extends Exception {
|
|
} |