Package io.deephaven.util.annotations
Annotation Interface ArrayTypeGetter
This annotation marks a specific method within a class that has been annotated with
ArrayType
as the means to
retrieve an array of the type indicated. No guarantees are provided with respect to the mutability of the annotated
type..