JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
java.base
Package
java.lang.annotation
Annotation Interface Native
@Documented
@Target
(
FIELD
)
@Retention
(
SOURCE
)
public @interface
Native
表示一个定义常量值的字段可以被本地代码引用。该注解可被生成本地头文件的工具用作提示,以确定是否需要头文件,以及它应包含哪些声明。
自版本:
1.8