Class Attributes

  • All Implemented Interfaces:
    ReadableAttributes

    @Immutable
    public abstract class Attributes
    extends Object
    implements ReadableAttributes
    An immutable container for attributes.

    The keys are AttributeKeys and the values are Object instances that match the type of the provided key.

    Null keys will be silently dropped.

    Note: The behavior of null-valued attributes is undefined, and hence strongly discouraged.