diff options
Diffstat (limited to 'test/transform/resource/before/DelegateOnMethods.java')
-rw-r--r-- | test/transform/resource/before/DelegateOnMethods.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/transform/resource/before/DelegateOnMethods.java b/test/transform/resource/before/DelegateOnMethods.java index 79189cc1..4ea70d74 100644 --- a/test/transform/resource/before/DelegateOnMethods.java +++ b/test/transform/resource/before/DelegateOnMethods.java @@ -1,3 +1,4 @@ +//platform !eclipse: Requires a 'full' eclipse with intialized workspace, and we don't (yet) have that set up properly in the test run. import lombok.experimental.Delegate; abstract class DelegateOnMethods { |