Interface IConstructor<T>
- Type Parameters:
T- Type of the class that contains this constructor.
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
StandardConstructor
Provides an abstraction over a constructor reflection.
- Author:
- Assafr
-
Method Summary
-
Method Details
-
newInstance
T newInstance() -
newArray
-