-
Feature Request
-
Resolution: Done
-
Major
-
None
-
Documentation (Ref Guide, User Guide, etc.)
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>
- is blocked by
-
JBIDE-2704 Code completion of annotations in beans.xml
- Closed