org.sonar.check
Annotation Type CheckProperty


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

Since:
2.1

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

key

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

Default:
""

title

public abstract java.lang.String title
Default:
""

description

public abstract java.lang.String description
Optional description

Default:
""


Copyright © 2009-2010 SonarSource. All Rights Reserved.