Decorators

JEC provides a suite of powerful decorators to enhance your endpoints with cross-cutting concerns like logging, timing, authentication, and versioning.

Why Decorators?

Decorators allow you to wrap your route methods with additional functionality without cluttering the business logic. In JEC, decorators are designed to work seamlessly with class-based routes.