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

org.freshvanilla.lang.misc.Accessor Maven / Gradle / Ivy

Go to download

An implementation of OSGi Remote Service Admin, enhanced to provide support for OSGi Promises and streaming using OSGi PushStreams.

The newest version!
package org.freshvanilla.lang.misc;

import java.lang.reflect.Field;

interface Accessor {

	 T newInstance(Class clazz) throws InstantiationException;

	FieldAccessor getFieldAccessor(Field field);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy