diff options
Diffstat (limited to 'src/core/lombok/Value.java')
-rw-r--r-- | src/core/lombok/Value.java | 2 |
1 files changed, 2 insertions, 0 deletions
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 { * </pre> * * 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 ""; } |