spring-framework / org.springframework.aop.target / AbstractLazyCreationTargetSource / getTarget

getTarget

open fun getTarget(): Any

Returns the lazy-initialized target object, creating it on-the-fly if it doesn't exist already.

See Also
#createObject()