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

com.nerdvision.agent.reflect.api.IReflection Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
/**
 * Copyright (C) 2019 Intergral Information Solutions GmbH. All Rights Reserved
 */
package com.nerdvision.agent.reflect.api;

import java.lang.reflect.Field;
import java.lang.reflect.Method;

/**
 * @author nwightma
 */
public interface IReflection
{
    boolean setAccessible( final Class clazz, final Field field );


    boolean setAccessible( final Class clazz, final Method method );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy