Package studio.mevera.lotus.api.data
Class Key<T>
java.lang.Object
studio.mevera.lotus.api.data.Key<T>
Strongly-typed identifier for values stored in a
DataRegistry.
Two keys are equal iff their names match — type is metadata, not identity. This permits a
single registry slot to evolve type while preserving identity, but makes type mismatch a
runtime error caught at lookup (DataRegistry.get(Key)).
-
Method Summary