您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
概要:
字段 |
可选
|
必需
详细资料:
字段 |
元素
SEARCH:
程序包
cn.hamm.airpower.annotation
Annotation Interface Permission
@Target
({
METHOD
,
TYPE
})
@Retention
(
RUNTIME
)
@Inherited
public @interface
Permission
是否需要登录和授权
作者:
Hamm.cn
可选元素概要
可选元素
修饰符和类型
可选元素
说明
boolean
authorize
需要授权
boolean
login
需要登录
元素详细资料
login
boolean
login
需要登录
默认值:
true
authorize
boolean
authorize
需要授权
默认值:
true