[
https://issues.jboss.org/browse/SOLDER-51?page=com.atlassian.jira.plugin....
]
Dan Allen commented on SOLDER-51:
---------------------------------
Got it, makes sense.
What's interesting is that CDI made a point about introducing a new type of
interceptor, a decorator. We'll, thanks to you guys, we've got a second type that
was previously missing :)
Decouple service handler annotation from implementation class
-------------------------------------------------------------
Key: SOLDER-51
URL:
https://issues.jboss.org/browse/SOLDER-51
Project: Seam Solder
Issue Type: Feature Request
Components: Core
Reporter: Dan Allen
The current design of the service handler configuration prevents modules from being able
to deliver a service annotation in the api since it requires a direct reference to the
implementation class.
@ServiceHandler(MyServiceHandler.class)
Switch to either a string or adopt the annotation binding concept from CDI (like
interceptors)
Also, support the use of the service handler annotation on stereotypes.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira