]
Jan Martiska updated WFLY-8424:
-------------------------------
Summary: Create test for @ClientInterceptors annotation from EJB client library (was:
Create test for @ClientInterceptors annotation of EJB client library)
Create test for @ClientInterceptors annotation from EJB client
library
----------------------------------------------------------------------
Key: WFLY-8424
URL:
https://issues.jboss.org/browse/WFLY-8424
Project: WildFly
Issue Type: Task
Components: EJB, Test Suite
Reporter: Jan Martiska
Assignee: Jan Martiska
example:
{noformat}
@ClientInterceptors({HelloClientInterceptor.class})
public interface HelloBeanRemote {
public String hello();
}
{noformat}