Package org.sonar.api

Annotation Type Properties


  • @Retention(RUNTIME)
    public @interface Properties
    Plugin properties. This annotation is only used on classes implementing org.sonar.api.Plugin.
    Note that PropertyDefinition is an alternative, programmatic and recommended approach to declare properties.
    Effective property values are accessible at runtime through the component Configuration
    Since:
    1.10
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Property[] value