spring-framework / org.springframework.aop.support / AopUtils / isFinalizeMethod

isFinalizeMethod

open static fun isFinalizeMethod(@Nullable method: Method): Boolean

Determine whether the given method is a "finalize" method.

See Also
java.lang.Object#finalize()