跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
Uses of Class
java.lang.annotation.ElementType
Packages that use
ElementType
软件包
描述
java.lang.annotation
为Java编程语言注释工具提供库支持。
Uses of
ElementType
in
java.lang.annotation
Methods in
java.lang.annotation
that return
ElementType
变量和类型
方法
描述
ElementType
[]
value
()
返回可应用注释类型的元素种类的数组。
static
ElementType
ElementType.
valueOf
(
String
name)
返回具有指定名称的此类型的枚举常量。
static
ElementType
[]
ElementType.
values
()
按照声明的顺序返回一个包含此枚举类型常量的数组。