Annotation Type DeprecatedType


@Target(TYPE) @Retention(RUNTIME) public @interface DeprecatedType
Annotation to identify a deprecated type in the Strimzi CRDs / API
  • Required Element Summary

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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • replacedWithType

      Class<?> replacedWithType
      Returns:
      The type which should be used as replacement
    • removalVersion

      String removalVersion
      Returns:
      The API version in which this property is scheduled to be removed.
      Default:
      ""