[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-7721) CDI validator should be aware of custom decorators/interceptors/...

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed Dec 1 07:23:04 EST 2010


     [ https://jira.jboss.org/browse/JBIDE-7721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list