注释类型 | 说明 |
---|---|
AFastAction |
FastAction类配置注解
|
AFastAfter |
FastChar拦截器注解,用作标注拦截请求后的动作
|
AFastBefore |
FastChar拦截器注解,用作标注拦截请求前的动作
|
AFastCache |
FastAction的缓存注解,一般标注在路由方法或FastAction类上
|
AFastCheck |
FastAction路由方法形参的参数验证标注
|
AFastClassFind |
类检测注解,一般用在代理类检测,当注册待代理器,FastChar会自动检测标注的类名,如果不存在则取消注册此代理类
|
AFastEntity |
FastEntity注解,用来标注是否启用此FastEntity
|
AFastHttpMethod |
FastAction注解,可指定路由的Http方法
|
AFastObserver |
观察者注解,标注后,FastChar扫码器会自动注册标注此注解的类,为观察者
在使用FastOverrides创建实例时,为了保证对象能正常释放,当且仅当调用【单例singleInstance】时才会自动注册观察者
|
AFastOverride |
类代理器注解,标注后,FastChar扫码器会自动注册 被标注此注解的类 到类代理器中
|
AFastOverrideError |
类代理器异常信息标注,当无法获取到目标类的时候,将抛出自定义的异常信息
|
AFastPriority |
FastChar优先级注解
|
AFastResponse |
FastAction注解,标注此FastAction默认响应的类
|
AFastRoute |
路由标注,可标注在FastAction和内部公开的路由方法上,用作追加其他路由地址 指向相同的FastAction的路由方法
|
Copyright © 2021. All rights reserved.