Package kieker.analysis.annotation
Annotation Type AnalysisController
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Deprecated
public @interface AnalysisController
Deprecated.
since 1.15.1
This is the annotation to supply a default configuration for the analysis controller.
- Since:
- 1.7
- Author:
- Nils Christian Ehmke
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description Property[]configurationDeprecated.The list of possible properties for the analysis controller.
- 
Element Details- 
configurationProperty[] configurationDeprecated.The list of possible properties for the analysis controller.- Returns:
- A list of properties.
- Since:
- 1.7
 - Default:
- {}
 
 
-