[
https://issues.jboss.org/browse/CDI-28?page=com.atlassian.jira.plugin.sys...
]
Marius Bogoevici commented on CDI-28:
-------------------------------------
George, Service Handlers is a different story (with the potential of being complementary
if you will). Here we just leave decorator implementors to forgo stuff like
void decoratedMethod() {
return delegate.decoratedMethod();
}
and leave decoratedMethod() unimplemented instead.
Abstract methods on decorators
------------------------------
Key: CDI-28
URL:
https://issues.jboss.org/browse/CDI-28
Project: CDI Specification Issues
Issue Type: Bug
Components: Decorators
Affects Versions: 1.0
Reporter: Pete Muir
Assignee: Marius Bogoevici
Fix For: 1.1 (Proposed)
If a method is abstract:
* if it is a method of a decorated type, it has a generated implementation that calls the
delegate
* otherwise, definition error
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira