@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:
ttzn
2021-03-24 23:52:08 +01:00
parent 63ea3db6b7
commit af16ba23cd
9 changed files with 74 additions and 13 deletions
@@ -0,0 +1,5 @@
import lombok.experimental.StandardException;
@StandardException
public class ExampleException extends Exception {
}