Package com.aliucord.utils
Class LazyMethod
-
- All Implemented Interfaces:
-
kotlin.properties.ReadOnlyProperty
public final class LazyMethod<T extends Object> implements ReadOnlyProperty<T, Method>
A lazy method delegate designed to improve the performance in method reflection.
-
-
Constructor Summary
Constructors Constructor Description LazyMethod(Class<?> clazz, String methodName)
-