Annotation Type XStreamAlias

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The name of the class or field alias.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<?> impl
      A possible default implementation if the annotated type is an interface.
    • Element Detail

      • value

        java.lang.String value
        The name of the class or field alias.
      • impl

        java.lang.Class<?> impl
        A possible default implementation if the annotated type is an interface.
        Default:
        java.lang.Void.class