1 package com4j;2 3 /**4 * @author Kohsuke Kawaguchi (kk@kohsuke.org)5 */6 class Const {7 static final int BYREF=0x8000;8 }9