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

com4j.Const Maven / Gradle / Ivy

There is a newer version: 20110320
Show newest version
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