自定义注解结合反射实现绑定布局控件点击事件

ContentViewapi @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Documented @Inherited public @interface ContentView { int value(); } BindView @Retention(RetentionPolicy.RUNTIME) @Tar
相关文章
相关标签/搜索