@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ImplementedBy
EntityTypeRegistry
for how to override the implementation to be used, if
the class referenced by this annotation is not desired.public abstract java.lang.Class<? extends Entity> value