Annotation Interface XMLSerial


@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public @interface XMLSerial
Annotation that declares the elements that can be procesed using the associated xml reader/writer.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • namespace

      String namespace
      Default:
      ""
    • elementName

      String elementName
    • bindType

      Class<?> bindType
      Default:
      java.lang.Object.class