About Meta Available since v0.6
Provides a decorator that is able to associate metadata with a class, its methods and properties.
import { meta, getMeta } from '@aedart/support/meta';
@meta('service_alias', 'locationSearcher')
class Service {}
getMeta(Service, 'service_alias'); // locationSearcher