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