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

org.jvnet.jaxb2_commons.mock_annotations.XmlValueBean Maven / Gradle / Ivy

The newest version!

package org.jvnet.jaxb2_commons.mock_annotations;

import javax.xml.bind.annotation.XmlValue;

public class XmlValueBean
    implements XmlValue
{


    public XmlValueBean() {
    }

    public Class annotationType() {
        return XmlValue.class;
    }

    public boolean equals(Object that) {
        if (!(that instanceof XmlValue)) {
            return false;
        }
        return true;
    }

    public int hashCode() {
        int r = 0;
        return r;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy