com.onloupe.core.util.OutObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core functionality of Loupe.
package com.onloupe.core.util;
/**
* The Class OutObject.
*
* @param the generic type
*/
public final class OutObject
{
/** The arg value. */
public T argValue;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy