Interface IDefaultConstructor<Instance>
- Type Parameters:
Instance- The type of the instance that will be created.
- All Known Subinterfaces:
IEntityFileSystemBeanAdapter<Entry,Entity, Scope>
public interface IDefaultConstructor<Instance>
A constructor that can create a new instance of a type, without requiring any parameters.
-
Method Summary
-
Method Details
-
newInstance
-