— Oh, sorry in JS land it is called decorators
— Https://github.com/tc39/proposal-decorators
— Confused the term with Java
— AOP best example is logging
— Decorator can take the role of AOP as well, right
— Keeping log code outside of the main algo
— Or transactions... Annotating code as transactional also commonly done in Java land.