diff --git a/src/main/java/teetime/framework/AbstractCompositeStage.java b/src/main/java/teetime/framework/AbstractCompositeStage.java index 3532a8b4cc204220d9e26320f5b1d803ca59e7a1..6623809dd09befc5ec8081bfd2a44342b9ff1488 100644 --- a/src/main/java/teetime/framework/AbstractCompositeStage.java +++ b/src/main/java/teetime/framework/AbstractCompositeStage.java @@ -15,17 +15,14 @@ */ package teetime.framework; - /** * Represents a minimal stage that composes several other stages. * * @since 1.2 * @author Christian Wulf, Nelson Tavares de Sousa * - * @deprecated This concept is not yet implemented in a correct way. As soon as the concept is stable, we will remove the deprecated tag. * */ -@Deprecated public abstract class AbstractCompositeStage extends AnalysisConfiguration { protected abstract Stage getFirstStage();