/* * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javax.xml.bind.annotation.adapters; import javax.xml.bind.DatatypeConverter; /** * {@link XmlAdapter} for xs:hexBinary. * *
* This {@link XmlAdapter} binds byte[] to the hexBinary representation in XML.
*
* @author Kohsuke Kawaguchi
* @since JAXB 2.0
*/
public final class HexBinaryAdapter extends XmlAdapter