Skip to content

Commit

Permalink
* 增加参数注解
Browse files Browse the repository at this point in the history
  • Loading branch information
eajon authored and wengyijiong committed Jan 23, 2019
1 parent 3b6055f commit 1c6cdb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RxHttp/src/main/java/com/github/eajon/annotation/Name.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Name {
String value();

String value() default "";
boolean require() default true;
}

0 comments on commit 1c6cdb9

Please sign in to comment.