diff options
| author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-01-18 20:26:08 +0100 |
|---|---|---|
| committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-01-18 20:26:08 +0100 |
| commit | 5767628efeb66644827f89861425ff173803b9ad (patch) | |
| tree | c15dd4b21eeeb5969b54f2f6a3323c2c46171262 /src/core/lombok/extern/apachecommons | |
| parent | 08868a2076f827958f1f3b89f084abbc32c3f423 (diff) | |
| download | lombok-5767628efeb66644827f89861425ff173803b9ad.tar.gz lombok-5767628efeb66644827f89861425ff173803b9ad.tar.bz2 lombok-5767628efeb66644827f89861425ff173803b9ad.zip | |
[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'; that bug where fields in annotation defs causes issues is too endemic to try and work around these.
Diffstat (limited to 'src/core/lombok/extern/apachecommons')
| -rw-r--r-- | src/core/lombok/extern/apachecommons/CommonsLog.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/core/lombok/extern/apachecommons/CommonsLog.java b/src/core/lombok/extern/apachecommons/CommonsLog.java index 8fa448af..127e1f0a 100644 --- a/src/core/lombok/extern/apachecommons/CommonsLog.java +++ b/src/core/lombok/extern/apachecommons/CommonsLog.java @@ -26,9 +26,6 @@ import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; -import lombok.core.FlagUsageType; -import lombok.core.configuration.ConfigurationKey; - /** * Causes lombok to generate a logger field. * <p> @@ -62,10 +59,4 @@ import lombok.core.configuration.ConfigurationKey; @Retention(RetentionPolicy.SOURCE) @Target(ElementType.TYPE) public @interface CommonsLog { - /** - * lombok configuration: {@code lombok.log.apacheCommons.flagUsage} = {@code WARNING} | {@code ERROR}. - * - * If set, <em>any</em> usage of {@code @CommonsLog} results in a warning / error. - */ - ConfigurationKey<FlagUsageType> FLAG_USAGE = new ConfigurationKey<FlagUsageType>("lombok.log.apacheCommons.flagUsage") {}; } |
