We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
现在使用UIRouter的注解@Autowired自动解析参数,如果参数是一个List 那么编译的时候就会直接报错
错误: 需要<标识符>
但是我看到自动生产的代码里面那个jsonService是有解析list的方法的,是调用的形式不一样?还是只能我们自己去从bundle里面取?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现在使用UIRouter的注解@Autowired自动解析参数,如果参数是一个List 那么编译的时候就会直接报错
但是我看到自动生产的代码里面那个jsonService是有解析list的方法的,是调用的形式不一样?还是只能我们自己去从bundle里面取?
The text was updated successfully, but these errors were encountered: