Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Annotation Type
java.lang.annotation.Native
Packages that use Native
Provides classes that are fundamental to the design of the Java programming language.
Uses of Native in java.lang
Fields in java.lang with annotations of type Native
static final int
Integer.MAX_VALUE
A constant holding the maximum value an int can have, 231-1.
static final int
Integer.MIN_VALUE
A constant holding the minimum value an int can have, -231.
static final int
Integer.SIZE
The number of bits used to represent an int value in two's complement binary form.
static final long
A constant holding the maximum value a long can have, 263-1.
static final long
A constant holding the minimum value a long can have, -263.
static final int
Long.SIZE
The number of bits used to represent a long value in two's complement binary form.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz