Release 2.0.1Beta
This commit is contained in:
@@ -32,4 +32,10 @@ public @interface ViewBinding {
|
||||
@interface Check {
|
||||
int value();
|
||||
}
|
||||
|
||||
@Target(ElementType.FIELD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@interface Id {
|
||||
int value();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user