JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
io.strimzi.api.annotations
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
Class
<?>
replacedWithType
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
removalVersion
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:
""