org.sonar.api
Annotation Type Properties


@Retention(value=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 Settings

Since:
1.10

Required Element Summary
 Property[] value
           
 

Element Detail

value

public abstract Property[] value


Copyright © 2009–2015 SonarSource. All rights reserved.