mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-10 04:19:56 +00:00
@StandardException feature working draft
* move feature under experimental * replace ProviderFor with Provides * add doc material (to be completed) * add author
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import lombok.experimental.StandardException;
|
||||
|
||||
@StandardException
|
||||
public class ExampleException extends Exception {
|
||||
}
|
||||
Reference in New Issue
Block a user