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

com.devops4j.reflection4j.ReflectorFactory Maven / Gradle / Ivy

There is a newer version: 1.0.0-PRE1
Show newest version
package com.devops4j.reflection4j;


public interface ReflectorFactory {

    boolean isClassCacheEnabled();

    void setClassCacheEnabled(boolean classCacheEnabled);

    Reflector findForClass(Class type);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy