mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-07 18:17:16 +00:00
added a test and handler for correctly handling confkey: lombok.delegate.flagUsage.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//conf: lombok.delegate.flagUsage = warning
|
||||
//skip compare content: We're just checking if the flagUsage key works.
|
||||
public class DelegateFlagUsage {
|
||||
@lombok.experimental.Delegate Runnable r = null;
|
||||
}
|
||||
Reference in New Issue
Block a user