8 Matching Annotations
  1. Dec 2020
  2. Jul 2018
  3. Jan 2016
  4. Oct 2015
  5. Aug 2015
    1. In summary:

      1. Class decorators are functions that wrap a constructor function
      2. Property decorators are functions that take a prototype and property name as input and can modify the property
      3. Method decorators are functions that take a prototype, method name and method descriptor as input and return an updated descriptor