Skip to content

Commit fa618cf

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 c917741 commit fa618cf

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)