The term decorator appears in Python, and now in Angular2 as well.
In Python, does it mean the decorator design pattern as in the book Design Patterns by GoF, or does it mean something else? (such as something just to annotate, like Java annotation?)