Skip to content
Snippets Groups Projects
Commit cc7a7d82 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

removed deprecated tag

parent f1fa9355
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment