Skip to content

Instantly share code, notes, and snippets.

@forthegithub
forthegithub / *.java
Created February 16, 2021 17:14
java reflection example
package org.telegram.ui.Custom;
import java.lang.reflect.Field;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.Callable;
import java.util.function.BooleanSupplier;
import java.util.function.Consumer;
import java.util.function.Function;