1 Reply Latest reply on Aug 31, 2007 3:40 PM by flavia.rainone

    Bye bye XML ?!

    system.out

      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 "";
      }