@hadss/hmrouter-plugin
Version:
HMRouter Compiler Plugin
12 lines (11 loc) • 498 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class AnnotationConstants {
}
exports.default = AnnotationConstants;
AnnotationConstants.ROUTER_ANNOTATION = 'HMRouter';
AnnotationConstants.ANIMATOR_ANNOTATION = 'HMAnimator';
AnnotationConstants.INTERCEPTOR_ANNOTATION = 'HMInterceptor';
AnnotationConstants.LIFECYCLE_ANNOTATION = 'HMLifecycle';
AnnotationConstants.SERVICE_ANNOTATION = 'HMService';
AnnotationConstants.SERVICE_PROVIDE_ANNOTATION = 'HMServiceProvider';