diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-05-08 21:02:49 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-05-29 21:02:49 +0200 |
commit | 6f39b962f02348b4ffd3f45589bab5f2c7b87e2b (patch) | |
tree | aa008e70ac7f9b8239d5f9e73f45acef3ca23203 /website2/templates/features/BuilderSingular.html | |
parent | a2a1f947a157bbaf6fb11dc44d9e379795bafdd1 (diff) | |
download | lombok-6f39b962f02348b4ffd3f45589bab5f2c7b87e2b.tar.gz lombok-6f39b962f02348b4ffd3f45589bab5f2c7b87e2b.tar.bz2 lombok-6f39b962f02348b4ffd3f45589bab5f2c7b87e2b.zip |
[trivial] fixing file casing.
Diffstat (limited to 'website2/templates/features/BuilderSingular.html')
-rw-r--r-- | website2/templates/features/BuilderSingular.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/website2/templates/features/BuilderSingular.html b/website2/templates/features/BuilderSingular.html new file mode 100644 index 00000000..10253365 --- /dev/null +++ b/website2/templates/features/BuilderSingular.html @@ -0,0 +1,5 @@ +<#import "_features.html" as f> + +<@f.scaffold title="@Builder @Singular" logline="... and Bob's your uncle: No-hassle fancy-pants APIs for object creation!"> + <@f.snippets name="Singular-snippet" /> +</@f.scaffold> |