Package io.deephaven.util.annotations
Annotation Interface ArrayType
This annotation indicates that the annotated class in some way represents an array of the specified type.
-
Required Element Summary
Required Elements
-
Element Details
-
type
Class typeThe array type. Note this is in the form of T[] not the component type.- Returns:
- the array type.
-