@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Persistent
Registrable
is persistent and should be treated
accordingly by the core service implementations.
In general all registrables that implement the Serializable
interface should be also marked as persistent.