Is the plan for it to be possible to create nested annotations from the MC xml?
e.g some xml like
| <bean name="Intercepted"
class="org.jboss.test.microcontainer.support.SimpleBeanImpl">
| <annotation ....>
| </bean>
|
which could result in something like
| @Containing(dependency=@TestAnnotationDependency(data="Dependency1"),
| contained=@Contained(dependencies=
{@TestAnnotationDependency(data="Dependency2"),
@TestAnnotationDependency(data="Dependency3")}))
| public class NestedAnnotatedSimpleBeanImpl extends SimpleBeanImpl
| {
|
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957011#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...