Skip to content

Commit

Permalink
Remove method docs to fix javadoc task errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenenyu committed Oct 28, 2021
1 parent 49ddba3 commit e1d0365
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.CLASS)
public @interface InjectParam {
/**
* Map param field with the specify key in extras.
*/
String key() default "";
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.CLASS)
public @interface Interceptor {
/**
* Interceptor name.
*/
String value();
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.CLASS)
public @interface Route {
/**
* Route path.
*/
String[] value();

/**
* The interceptors' name.
*/
String[] interceptors() default {};
}

0 comments on commit e1d0365

Please sign in to comment.