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";
}
