diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-04-16 03:30:34 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-04-16 03:30:34 +0200 |
commit | 2e212de523407c8d9f4471fea573c6c70164513b (patch) | |
tree | 4bb0efca73cbde19fc6b7f7d3063085ef799845d /website/templates/features/experimental/index.html | |
parent | 9e52cf0947db302375a910d5d32e39e41656d96e (diff) | |
parent | af16ba23cd46fa3d3b096daa8d725df2b4d78976 (diff) | |
download | lombok-2e212de523407c8d9f4471fea573c6c70164513b.tar.gz lombok-2e212de523407c8d9f4471fea573c6c70164513b.tar.bz2 lombok-2e212de523407c8d9f4471fea573c6c70164513b.zip |
Merge branch 'standard-exception' of git://github.com/ttzn/lombok into ttzn-standard-exception
Diffstat (limited to 'website/templates/features/experimental/index.html')
-rw-r--r-- | website/templates/features/experimental/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/website/templates/features/experimental/index.html b/website/templates/features/experimental/index.html index 32590815..34dd3bb4 100644 --- a/website/templates/features/experimental/index.html +++ b/website/templates/features/experimental/index.html @@ -75,6 +75,10 @@ <@main.feature title="@Jacksonized" href="Jacksonized"> Bob, meet Jackson. Lets make sure you become fast friends. </@main.feature> + + <@main.feature title="@StandardException" href="StandardException"> + TODO + </@main.feature> </div> <@f.confKeys> |