mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-01 14:11:06 +00:00
Support @Delegate in eclipse 2024-03
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package pkg;
|
||||
|
||||
import lombok.experimental.Delegate;
|
||||
|
||||
public class DelegateModel {
|
||||
|
||||
@Delegate
|
||||
private Runnable run;
|
||||
}
|
||||
Reference in New Issue
Block a user