|
This inspection reports JBoss Seam Dependency Bijection annotations where the type of the bijected property (field or accessor
parameter)
does not match the type of the context variable. Example code:
@In("loggedInUser")
private User user;
The inspection shows a warning if the context variable "loggedInUser" is not assignment compatible to class User (i.e. it must be of
class "User" or a subclass). |