Version: NextMethods
- createCustomMethodDecorator(decoratorKey: string, metadata: any, implOrOptions?: boolean | MethodDecoratorOptions): MethodDecorator
- createCustomParamDecorator(decoratorKey: string, metadata: any, implOrOptions?: boolean | ParamDecoratorOptions): ParameterDecorator
- createCustomPropertyDecorator(decoratorKey: string, metadata: any, implOrOptions?: boolean | PropertyDecoratorOptions): PropertyDecorator
- isProvide(target: any): boolean
- listPreStartModule(): any[]
- resetModule(key: any): void
- savePreStartModule(module: any): void
This class is used to manage the decorator data of the class
3.0.0