mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-19 12:23:54 +00:00
Added an error if @Delegate is used recursively.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import lombok.Delegate;
|
||||
import lombok.experimental.Delegate;
|
||||
|
||||
class DelegateWithDeprecated {
|
||||
@Delegate private Bar bar;
|
||||
|
||||
Reference in New Issue
Block a user