Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用androidannotations无法跳转 #2

Closed
jielundewode opened this issue Apr 14, 2018 · 4 comments
Closed

用androidannotations无法跳转 #2

jielundewode opened this issue Apr 14, 2018 · 4 comments

Comments

@jielundewode
Copy link

类库地址:https://github.com/androidannotations/androidannotations/wiki/AvailableAnnotations
使用androidannotations会生成当前类名加_的类,无法实现url跳转,可以加上对androidannotations的支持吗?
类似这样:
@retention(RetentionPolicy.CLASS)
@target(ElementType.TYPE)
public @interface Url {
String value();
boolean isAA() default false;
}

@jielundewode
Copy link
Author

1
2
3
这目前是我的逻辑,希望添加到您的项目中去

@ssseasonnn
Copy link
Owner

好的

@ssseasonnn
Copy link
Owner

现在应该可以了,刚才发布了新版本,你再试下

@jielundewode
Copy link
Author

@ssseasonnn 谢谢,可以了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants