]
Viacheslav Kabanovich updated JBIDE-7721:
-----------------------------------------
Fix Version/s: 3.2.0.CR1
(was: 3.3.x)
CDI validator should be aware of custom decorators/interceptors/...
-------------------------------------------------------------------
Key: JBIDE-7721
URL:
https://jira.jboss.org/browse/JBIDE-7721
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Labels: new_and_noteworthy
Fix For: 3.2.0.CR1
For example we have:
class CustomDecoratorImplementation implements Decorator<VehicleDecorator> {
...
}
and
class VehicleDecorator implements Vehicle {
@Inject @Delegate Vehicle delegate;
...
}
Then is VehicleDecorator is a decorator though it doesn't have @Decorator annotation.
So CDI validator should not treat @Inject @Delegate Vehicle delegate; as a definition
error.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: