com4j.Const Maven / Gradle / Ivy
package com4j;
/**
* @author Kohsuke Kawaguchi ([email protected])
*/
class Const {
/**
* This constant is used to pass a value "by reference".
*
* It means that the corresponding Java method takes {@link Holder},
* and its value may be updated as a result of the method execution.
*/
static final int BYREF=0x8000;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy