added a test and handler for correctly handling confkey: lombok.delegate.flagUsage.

This commit is contained in:
Reinier Zwitserloot
2014-05-21 01:55:54 +02:00
parent 8cfa421ce5
commit c002c0b3c7
5 changed files with 50 additions and 1 deletions
@@ -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;
}