[jboss-user] [JBoss AOP] - Bye bye XML ?!

system.out do-not-reply at jboss.com
Thu Aug 23 15:08:50 EDT 2007


I tried to switch from xml to annotation, and found that there is no option for stack and stack-ref within @Bind annotatation.   Does it mean I have no choice, but to use xml file?

@Target({ElementType.METHOD, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME)
  | public @interface Bind
  | {
  |   String pointcut();
  |   String cflow() default "";
  | }


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077491#4077491

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077491



More information about the jboss-user mailing list