diff options
Diffstat (limited to 'test/transform/resource/before/DelegateWithDeprecated.java')
-rw-r--r-- | test/transform/resource/before/DelegateWithDeprecated.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/transform/resource/before/DelegateWithDeprecated.java b/test/transform/resource/before/DelegateWithDeprecated.java index a0deb788..bf3519b3 100644 --- a/test/transform/resource/before/DelegateWithDeprecated.java +++ b/test/transform/resource/before/DelegateWithDeprecated.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; class DelegateWithDeprecated { |