CustomTypeMarker

CustomTypeMarker is a marker interface representing a complex type within the persistent data system.

Classes associated with this interface signify that they deal with complex or non-primitive types, allowing integration with the persistent type hierarchy.

This interface works in conjunction with PrimitiveTypeMarker to define mappings between complex and primitive types when implemented by other components.

Author

Fantamomo

Since

1.0-SNAPSHOT

Parameters

C

the complex or custom data type

See also

Inheritors