From 5edb6ce5e10d40572a6a760902a415264c9a485e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 12 Jun 2017 23:39:36 +0200 Subject: Javadoc now builds without warnings. All links to external javadoc replaced with straight up links to avoid the target from trying to download a bunch of index pages. --- src/core/lombok/Value.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/lombok/Value.java') diff --git a/src/core/lombok/Value.java b/src/core/lombok/Value.java index 72b28857..562ba0cc 100644 --- a/src/core/lombok/Value.java +++ b/src/core/lombok/Value.java @@ -53,6 +53,8 @@ public @interface Value { * * * Default: No static constructor, instead the normal constructor is public. + * + * @return Name of static 'constructor' method to generate (blank = generate a normal constructor). */ String staticConstructor() default ""; } -- cgit