Interface AttributeKey<T>

Type Parameters:
T - The type of value that can be set with the key.

@Immutable public interface AttributeKey<T>
This interface provides a handle for setting the values of Attributes. The type of value that can be set with an implementation of this key is denoted by the type parameter.

Implementations MUST be immutable, as these are used as the keys to Maps.