Interface MorphiaInstanceCreator<T>

  • Type Parameters:
    T - the target type
    All Superinterfaces:
    InstanceCreator<T>
    All Known Implementing Classes:
    ConstructorCreator, NoArgCreator

    public interface MorphiaInstanceCreator<T>
    extends InstanceCreator<T>
    Marker interface for creators
    Developer note.
    This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.