![JAR search and dependency download from the Maven repository](/logo.png)
javax.xml.rpc.holders.ByteWrapperHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javax.xml.rpc-api Show documentation
Show all versions of javax.xml.rpc-api Show documentation
Project GlassFish Enterprise JavaBean API
/*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.xml.rpc.holders;
public final class ByteWrapperHolder implements Holder {
public Byte value;
public ByteWrapperHolder() {
}
public ByteWrapperHolder(Byte mybyte) {
this.value = mybyte;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy