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

    Modifier and Type
    Method
    Description
    Creates a new instance of the type.
  • Method Details

    • newInstance

      Instance newInstance()
      Creates a new instance of the type.
      Returns:
      The newly created instance.