]> source.dussan.org Git - sonarqube.git/commitdiff
Improve doc of RuleProperty#type()
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 4 Oct 2013 07:47:57 +0000 (09:47 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 4 Oct 2013 07:48:09 +0000 (09:48 +0200)
sonar-check-api/src/main/java/org/sonar/check/RuleProperty.java

index 59bdeea33809099768b0899cd17045771c826677..af3eccde2dc8ad3c6b15016285a5f2d7a376a6e3 100644 (file)
@@ -48,9 +48,8 @@ public @interface RuleProperty {
   String defaultValue() default "";
 
   /**
-   * Optional type.
-   * See {@org.sonar.api.PropertyType} for possible values.
-   * If <code>type</code> is ommited, it is guessed from the type of the annotated field.
+   * Optional type of property value. Supported values are: STRING, TEXT, PASSWORD, BOOLEAN, INTEGER, FLOAT.
+   * If <code>type</code> is omitted, it is guessed from the type of the annotated field.
    *
    * @since 3.2
    */