1 Reply Latest reply on Apr 5, 2006 12:34 AM by bill.burke

    Why are there multiple SecurityDomain annotations?

    starksm64

      Both org.jboss.aspects.security.SecurityDomain and org.jboss.annotation.security.SecurityDomain exist with the exact same definition:

      @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME)
      public @interface SecurityDomain
      {
       String value();
      }
      
      


      We need a common annotation package that is resued across all projects. What was an ejb3 local SecurityDomain added?