EclipseLink 2.2.0, build 'v20110202-r8913' API Reference

org.eclipse.persistence.oxm.annotations
Annotation Type XmlParameter


@Retention(value=RUNTIME)
public @interface XmlParameter

Purpose: An annotation representing a parameter to a method. Used with XmlIsSetNullPolicy to specify parameters for the isSet method.


Required Element Summary
 java.lang.Class type
           
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value

type

public abstract java.lang.Class type

EclipseLink 2.2.0, build 'v20110202-r8913' API Reference