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 Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    Property[] configuration
    Deprecated.
    The list of possible properties for the analysis controller.
  • Element Details

    • configuration

      Property[] configuration
      Deprecated.
      The list of possible properties for the analysis controller.
      Returns:
      A list of properties.
      Since:
      1.7
      Default:
      {}