Annotation Interface Version


@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface Version
The interface Version.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The value of the version, for instance, 3.6.0.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The latest release made by the kafka-native or apache kafka project.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    moving forward we will use the apache images
  • Field Details

    • LATEST_RELEASE

      static final String LATEST_RELEASE
      The latest release made by the kafka-native or apache kafka project.
      See Also:
    • LATEST_SNAPSHOT

      @Deprecated(forRemoval=true, since="0.12.0") static final String LATEST_SNAPSHOT
      Deprecated, for removal: This API element is subject to removal in a future version.
      moving forward we will use the apache images
      The latest development snapshot created by ogunalp/kafka-native project's main build.
      See Also:
  • Element Details

    • value

      String value
      The value of the version, for instance, 3.6.0. The value LATEST_RELEASE or LATEST_SNAPSHOT may also be used.
      Returns:
      the version