Interface Instantiator
-
@Deprecated public interface InstantiatorDeprecated.since 2.15.4 because this internal class was leaking from the public API. For more information why deprecated, seeInstantiatorProvider2. UseInstantiatorinstead.Provides instances of classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description <T> TnewInstance(java.lang.Class<T> cls)Deprecated.Creates instance of given class
-