[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: JBAOP-87 - Annotation Dependencies
kabir.khan@jboss.com
do-not-reply at jboss.com
Tue Jul 11 10:29:20 EDT 2006
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#3957011
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957011
More information about the jboss-dev-forums
mailing list