Tagged Questions

4
votes
5answers
3k views

Does groovy provide an include mechanism?

We are searching for an include mechanism for groovy scripts to have space for cross-cutting-concerns. In my example we have, web service endpoints as groovy scripts and want to log to our web ...