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

org.liveSense.misc.queryBuilder.gwt.valueproxies.operators.NotOperatorValueProxy Maven / Gradle / Ivy

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

import org.liveSense.misc.queryBuilder.operators.NotOperator;

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

@ProxyFor(NotOperator.class)
public interface NotOperatorValueProxy extends ValueProxy, OperatorValueProxy {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy