Annotation Type XmlVariableNode


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface XmlVariableNode
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean attribute  
      java.lang.Class type
      The class being referenced
      java.lang.String value
      The name of the attribute on the referenced type to be used as the tag name
    • Element Detail

      • value

        java.lang.String value
        The name of the attribute on the referenced type to be used as the tag name
        Default:
        "##default"
      • type

        java.lang.Class type
        The class being referenced
        Default:
        org.eclipse.persistence.oxm.annotations.XmlVariableNode.DEFAULT.class
      • attribute

        boolean attribute
        Default:
        false