export default class ConfigConstants {
    static readonly DEFAULT_SCAN_DIR = "src/main/ets";
    static readonly DEFAULT_ROUTER_MAP_DIR = "src/main/resources/base/profile";
    static readonly DEFAULT_BUILD_DIR = "src/main/ets/generated";
    static readonly DEFAULT_BUILD_TPL = "template/viewBuilder.ejs";
    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";
}
