Package com.aliucord.utils
Class GetterAccessor
-
- All Implemented Interfaces:
-
kotlin.properties.ReadOnlyProperty
public final class GetterAccessor<T extends Object> implements ReadOnlyProperty<Any, T>
A delegate that provides efficient accessing of a no-args getter via reflection.
-
-
Constructor Summary
Constructors Constructor Description GetterAccessor(String methodName)
-