javax.enterprise.inject.spi.Decorator#getDelegateBindings() must be renamed to
getDelegateQualifiers();
-------------------------------------------------------------------------------------------------------
Key: OWB-153
URL: https://issues.apache.org/jira/browse/OWB-153
Project: OpenWebBeans
Issue Type: Bug
Reporter: Mark Struberg
Assignee: Gurkan Erdogdu
the interface from the spec:
{noformat}
public interface Decorator<T> extends Bean<T> {
public Set<Type> getDecoratedTypes();
public Type getDelegateType();
public Set<Annotation> getDelegateQualifiers();
}
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.