@Nullable open fun getTargetClass(): Class<*>
This default implementation returns null if the target is null (it is hasn't yet been initialized), or the target class if the target has already been initialized.
Subclasses may wish to override this method in order to provide a meaningful value when the target is still null.
See Also
#isInitialized()