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

net.avcompris.commons.query.impl.NullArg Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
package net.avcompris.commons.query.impl;

import net.avcompris.commons.query.Arg;

final class NullArg implements Arg {

	public static final Arg INSTANCE = new NullArg();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy