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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Nov 23 10:34:59 EST 2010


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
             Fix For: 3.3.x


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