Annotation Type DeprecatedProperty


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface DeprecatedProperty
Annotation to identify a deprecated property in the Strimzi CRDs / API
  • Element Details

    • removalVersion

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

      String movedToPath
      Returns:
      If this property has moved to a different location in the Custom Resource this is the path it has moved to.
      Default:
      ""
    • description

      String description
      Returns:
      If this property has not moved to a different location in the Custom Resource this is a description of how the functionality can now be configured.
      Default:
      ""