Package io.deephaven.util.annotations


package io.deephaven.util.annotations
  • Annotation Interfaces
    Class
    Description
    This 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 particular method 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.
    Indicates that a method or member is visible for testing purposes only.