You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/04/08 01:36:15 UTC

[GitHub] [servicecomb-java-chassis] WillemJiang commented on a change in pull request #1157: [SCB-1225][WIP][WEAK] swagger generator core not depend on dynamic class

WillemJiang commented on a change in pull request #1157:  [SCB-1225][WIP][WEAK] swagger generator core not depend on dynamic class
URL: https://github.com/apache/servicecomb-java-chassis/pull/1157#discussion_r272863170
 
 

 ##########
 File path: swagger/swagger-generator/generator-core/src/main/java/org/apache/servicecomb/swagger/extend/annotations/RawJsonRequestBody.java
 ##########
 @@ -23,16 +23,14 @@
 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 RawJsonRequestBody {
-  @AliasFor("name")
+  // aliasFor "name"
 
 Review comment:
   Will it introduce some backward compatibility issue?

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


With regards,
Apache Git Services