revive abstract method

Revivable revive()

Returns as a revived meta class.

This is appropriate for cases where the underlying object is not a literal and code generators will want to figure out how to "recreate" a constant at runtime.

Implementation

Revivable revive();