All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.javareload.jdk.wrapper.Reflection Maven / Gradle / Ivy

The newest version!
package com.javareload.jdk.wrapper;

/**
 * @author liuzhengyang
 * 2021/3/29
 */
public interface Reflection {
    void ensureMemberAccess(Class currentClass, Class memberClass, Object target, int modifiers) throws IllegalAccessException;

    Class getCallerClass(int depth);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy