com.oculusvr.capi.platform.Placeholder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jocular-platform Show documentation
Show all versions of jocular-platform Show documentation
Per-platform binaries for Jocular (Oculus SDK Java access)
The newest version!
package com.oculusvr.capi.platform;
/**
* This class only exists to thwart the Javadoc restrictions on creating
* javadoc for an empty package.
*
* @author bradd
*
*/
public class Placeholder {
private Placeholder() {
}
}