spring injection type check doesn't support unboxing
A setter takes an int
public class Foo {
public void setProp1(int prop1) { ... }
}
A spring config defines a jndi lookup of type Integer.
]]>
Inspection complains "Bean must be of 'int' type".
请先登录再写评论。
Please file a JIRA request for that