diff options
Diffstat (limited to 'website/features/Delegate.html')
-rw-r--r-- | website/features/Delegate.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/features/Delegate.html b/website/features/Delegate.html index 99f8a559..7825359f 100644 --- a/website/features/Delegate.html +++ b/website/features/Delegate.html @@ -11,7 +11,7 @@ <div class="meat"> <div class="header"><a href="../index.html">Project Lombok</a></div> <h1>@Delegate</h1> - <div class="byline">Don't lose your composition</div> + <div class="byline">Don't lose your composition.</div> <div class="overview"> <h3>Overview</h3> <p> @@ -52,7 +52,7 @@ <div class="overview"> <h3>Small print</h3><div class="smallprint"> <p> - When passing classes to the annotation's <code>types</code> or <code>excludes<code> parameter, you cannot include generics. + When passing classes to the annotation's <code>types</code> or <code>excludes</code> parameter, you cannot include generics. This is a limitation of java. Use private inner interfaces or classes that extend the intended type including the generics parameter to work around this problem. </p> |