> For the complete documentation index, see [llms.txt](https://jairanjankumar.gitbook.io/cheatsheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jairanjankumar.gitbook.io/cheatsheet/groovy.md).

# Groovy

**Meta Programming**

Runtime metaprogramming -> is the writing of computer programs that write or manipulate other programs ( or themseleves).

MOP (Meta Object Protocol) -> is a collection of rules of how a request for a method call is handled by groovy runtime system and how to control the intermediate layer.
