Package generic.continues
Interface GenericFactory
-
- All Known Implementing Classes:
ContinuesFactory
,RethrowContinuesFactory
public interface GenericFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
create(java.lang.Class<?> type, java.lang.Object... args)
-