org.sonar.check
Annotation Type CheckProperty


Deprecated. since 2.3. Use @RuleProperty

@Retention(value=RUNTIME)
@Target(value=FIELD)
@Deprecated
public @interface CheckProperty

Since:
2.1 (experimental)

Optional Element Summary
 String description
          Deprecated. Optional description
 String key
          Deprecated. The default key is the field name, read by reflection.
 String title
          Deprecated.  
 

key

public abstract String key
Deprecated. 
The default key is the field name, read by reflection. Overriding this key can be useful when obfuscating the code.

Default:
""

title

public abstract String title
Deprecated. 
Default:
""

description

public abstract String description
Deprecated. 
Optional description

Default:
""


Copyright © 2009-2012 SonarSource. All Rights Reserved.