mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 20:25:27 +00:00
5 lines
200 B
Java
5 lines
200 B
Java
//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;
|
|
} |