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

com.dooapp.gaedo.finders.collections.AbstractBasicContainingEvaluator Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package com.dooapp.gaedo.finders.collections;

import com.dooapp.gaedo.properties.Property;

public abstract class AbstractBasicContainingEvaluator extends
		AbstractBasicEvaluator {

	protected final Object contained;

	public AbstractBasicContainingEvaluator(Property field, Object contained) {
		super(field);
		this.contained = contained;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy