aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-08-27 00:15:18 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-08-27 00:15:47 +0200
commit27589f7bb843c1299fa76a7106fada35a2370d72 (patch)
tree13513652f5797b14c816dec21923f9d6bf3085d3 /src/core/lombok/javac
parentda5d9a12e72dc19888b9c1f69b34e73b2b25590c (diff)
downloadlombok-27589f7bb843c1299fa76a7106fada35a2370d72.tar.gz
lombok-27589f7bb843c1299fa76a7106fada35a2370d72.tar.bz2
lombok-27589f7bb843c1299fa76a7106fada35a2370d72.zip
[With] [trivial] just docs and moving things around to the right place
Diffstat (limited to 'src/core/lombok/javac')
-rw-r--r--src/core/lombok/javac/handlers/HandleWith.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/javac/handlers/HandleWith.java b/src/core/lombok/javac/handlers/HandleWith.java
index fd14e06a..7b2417da 100644
--- a/src/core/lombok/javac/handlers/HandleWith.java
+++ b/src/core/lombok/javac/handlers/HandleWith.java
@@ -103,7 +103,7 @@ public class HandleWith extends JavacAnnotationHandler<With> {
*
* The difference between this call and the handle method is as follows:
*
- * If there is a {@code lombok.experimental.With} annotation on the field, it is used and the
+ * If there is a {@code lombok.With} annotation on the field, it is used and the
* same rules apply (e.g. warning if the method already exists, stated access level applies).
* If not, the with is still generated if it isn't already there, though there will not
* be a warning if its already there. The default access level is used.