OpenOns for classes in beans.xml editor
---------------------------------------
Key: JBIDE-7025
URL:
https://jira.jboss.org/browse/JBIDE-7025
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.2.0.Beta
For example:
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
<alternatives>
<class>org.jboss.jsr299.test.Cat</class>
<stereotype>org.jboss.jsr299.test.Mock</stereotype>
</alternatives>
<decorators>
<class>org.jboss.jsr299.test.BarDecorator</class>
</decorators>
<interceptors>
<class>org.jboss.jsr299.test.FordInterceptor</class>
</interceptors>
</beans>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira