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

org.liveSense.misc.queryBuilder.gwt.valueproxies.operands.DefaultOperandValueProxy Maven / Gradle / Ivy

package org.liveSense.misc.queryBuilder.gwt.valueproxies.operands;

import org.liveSense.misc.queryBuilder.operands.DefaultOperand;

import com.google.web.bindery.requestfactory.shared.ProxyFor;
import com.google.web.bindery.requestfactory.shared.ValueProxy;

@ProxyFor(DefaultOperand.class)
public interface DefaultOperandValueProxy extends ValueProxy, OperandValueProxy  {
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy