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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstancenewInstance()Creates a new instance of the type. 
 - 
 
- 
- 
Method Detail
- 
newInstance
Instance newInstance()
Creates a new instance of the type.- Returns:
 - The newly created instance.
 
 
 - 
 
 -