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