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

org.joo.libra.PredicateContext Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package org.joo.libra;

public class PredicateContext {
	
	private Object context;

	public PredicateContext(Object context) {
		this.context = context;
	}

	public Object getContext() {
		return context;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy