Annotation Interface JacksonMixin


@Target(TYPE) @Retention(RUNTIME) public @interface JacksonMixin
Used on classes that are meant to be used as Jackson mixins.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
    The types for which the mixin should apply to.
  • Element Details

    • value

      Class<?>[] value
      The types for which the mixin should apply to.