Skip to content

Commit d16db7b

Browse files
committed
improve: deprecate LifecycleAware
This is used across many components, but as an abstraction itself not referenced anyware. So it is rather confusing, since does not say anything about the class that implements it. Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 0870cb3 commit d16db7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/LifecycleAware.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
import io.javaoperatorsdk.operator.OperatorException;
1919

20+
@Deprecated(forRemoval = true)
2021
public interface LifecycleAware {
2122
void start() throws OperatorException;
2223

0 commit comments

Comments
 (0)