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

io.codearte.accurest.util.ShouldTraverse Maven / Gradle / Ivy

The newest version!
package io.codearte.accurest.util;

/**
 * @author Marcin Grzejszczak
 */
class ShouldTraverse {
	final Object value;

	ShouldTraverse(Object value) {
		this.value = value;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy