wujimin commented on a change in pull request #482: JAV-579 support dataStrArray
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/482#discussion_r160015868
 
 

 ##########
 File path: 
swagger/swagger-generator/generator-core/src/main/java/io/servicecomb/swagger/extend/annotations/RequestParamColFmt.java
 ##########
 @@ -0,0 +1,24 @@
+package io.servicecomb.swagger.extend.annotations;
+
+import java.lang.annotation.Documented;
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+
+import org.springframework.core.annotation.AliasFor;
+
+@Target({ElementType.PARAMETER})
+@Retention(RetentionPolicy.RUNTIME)
+@Documented
+public @interface RequestParamColFmt {
 
 Review comment:
   do  not  create a new annotation.
   use  swagger annotation

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to