手元にずっととってあったメモ。そんなに変なことを書いていなかったのでブログとして公開してみる。 デコレータとは A Decorator is a special kind of declaration that can be attached to a class declaration, method, accessor, property, or parameter. Decorators use the form @expression, where expression must evaluate to a function that will be called at runtime…