com.bazaarvoice.emodb.sor.condition.NotCondition Maven / Gradle / Ivy
package com.bazaarvoice.emodb.sor.condition;
public interface NotCondition extends Condition {
Condition getCondition();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy