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

com.webcohesion.enunciate.metadata.qname.XmlUnknownQNameEnumValue Maven / Gradle / Ivy

package com.webcohesion.enunciate.metadata.qname;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

/**
 * Marks an enumeration constant as the enum to use when converting from an unknown QName to an enum. See
 * QName Enums.
 *
 * @author Ryan Heaton
 */
@Retention(RUNTIME)
@Target({FIELD})
public @interface XmlUnknownQNameEnumValue {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy