Package io.deephaven.util.annotations
package io.deephaven.util.annotations
-
ClassDescriptionThis annotation indicates that the annotated class in some way represents an array of the specified type.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.This annotation indicates that a field is used in dynamically generated code.This annotation indicates that a class or method is used externally.Indicates that a defaulted method should be treated as final and never overridden.Indicates that a particularmethod
,constructor
,type
, orpackage
is for internal use only and should not be used by client code.This annotation indicates that a class or method is created by the Java Security Manager.This annotation indicates that a field exists simply for referential integrity to the object it's holding.Tagging attribute to indicate a method or class is used reflexively and should not be deleted.This annotation indicates that a class or method is used externally via scripts.Indicates that a particular method is for test purposes only and should not be used by client or production code.This annotation is used to permit users to invoke methods from formulas (e.g., select, view or where calls).Indicates that a method or member is visible for testing purposes only.