Package io.github.astrapi69.data.activatable
package io.github.astrapi69.data.activatable
-
InterfacesClassDescriptionThe interface
Activatable
can be implemented from an data that needs a trigger to set if the data is active or not.IdentifiableActivatable<PK extends Serializable>The interfaceIdentifiableActivatable
is a combination of the interfacesIdentifiable
andActivatable
.