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/Data.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/lombok/Data.java') diff --git a/src/core/lombok/Data.java b/src/core/lombok/Data.java index 8e55418b..ffa968c1 100644 --- a/src/core/lombok/Data.java +++ b/src/core/lombok/Data.java @@ -54,6 +54,8 @@ public @interface Data { * * * 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