Added an error if @Delegate is used recursively.

This commit is contained in:
Reinier Zwitserloot
2014-05-12 15:08:55 +02:00
parent 4996428ea1
commit 8cfa421ce5
19 changed files with 157 additions and 112 deletions
@@ -1,4 +1,4 @@
import lombok.Delegate;
import lombok.experimental.Delegate;
abstract class DelegateOnMethods {