JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
org.vishia.util
Annotation Type Java4C.SimpleArraySize
public static @interface
Java4C.SimpleArraySize
Sets that the following array as a simple embedded Array with the given size. It is possible to construct the array later in the constructor in Java because the size should be calculated for Java usage. In C the size is the given value.
Required Element Summary
Required Elements
Modifier and Type
Required Element and Description
int
value
Element Detail
value
public abstract int value
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element