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

com.vmware.vim.cf.NullObject Maven / Gradle / Ivy

There is a newer version: 6.0.05
Show newest version
package com.vmware.vim.cf;

final public class NullObject extends Object
{
	final public static NullObject NULL = new NullObject();
	private NullObject() {}

	@Override
	public String toString()
	{
		return "null";
	};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy