Wrong Seam Inspection

This is valid:

@Local
public interface X
{
@Asynchronous
public void whatever( Y y );
}

Yet Intellij complains @Asynchronous is only supported on Seam Components.

0

fixed.
please, try next eap.

This is valid:

@Local
public interface X
{
@Asynchronous
public void whatever( Y y );
}
Yet Intellij complains @Asynchronous is only supported on Seam
Components.



0

请先登录再写评论。