Skip to content

Commit

Permalink
1、support for merger when use @reference or @method or @DubboReference (
Browse files Browse the repository at this point in the history
#6092)

2、Delete unnecessary 'return' comments, Cause the check to failed
  • Loading branch information
imuxi committed May 7, 2020
1 parent 6140f5f commit 4d3316b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Expand Up @@ -262,10 +262,13 @@
*/
String tag() default "";

/**
* Service merger
*/
String merger() default "";

/**
* methods support
*
* @return
*/
Method[] methods() default {};

Expand Down
Expand Up @@ -65,5 +65,7 @@

String validation() default "";

String merger() default "";

Argument[] arguments() default {};
}

0 comments on commit 4d3316b

Please sign in to comment.