Annotation Type ImplementationClass


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface ImplementationClass
Marks an interface with implementation class, which should be used for deserialiation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class, which will be used as implementation for annotated member.
  • Element Details

    • value

      Class<?> value
      Class, which will be used as implementation for annotated member.
      Returns:
      Serializaer to use.