@hadss/hmrouter-plugin
Version:
HMRouter Compiler Plugin
9 lines (8 loc) • 397 B
TypeScript
export default class AnnotationConstants {
static readonly ROUTER_ANNOTATION = "HMRouter";
static readonly ANIMATOR_ANNOTATION = "HMAnimator";
static readonly INTERCEPTOR_ANNOTATION = "HMInterceptor";
static readonly LIFECYCLE_ANNOTATION = "HMLifecycle";
static readonly SERVICE_ANNOTATION = "HMService";
static readonly SERVICE_PROVIDE_ANNOTATION = "HMServiceProvider";
}