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

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

There is a newer version: 2.1-2
Show newest version

package org.jvnet.jaxb2_commons.mock_annotations;

import javax.xml.bind.annotation.XmlIDREF;

public class XmlIDREFBean
    implements XmlIDREF
{


    public XmlIDREFBean() {
    }

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

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy