
org.leialearns.bridge.FarObject Maven / Gradle / Ivy
package org.leialearns.bridge;
/**
* Marker interface to signify that this type of object can be used as a far object in the context of a
* bridge instance.
* @param The corresponding near type
*/
public interface FarObject extends DeclaresNearType {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy