Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0-beta-1
    • 3.0-beta-1
    • deployment, ejb3 simplified
    • None

    Description

      @Target(

      {ElementType.TYPE, ElementType.METHOD, ElementType.FIELD}

      )
      @Retention(RetentionPolicy.RUNTIME)
      public @interface EJB {
      String name() default "";
      Class beanInterface() default Object.class;
      String beanName() default "";
      String mappedName() default "";
      String description() default "";
      }

      Attachments

        Activity

          People

            dblevins David Blevins
            dblevins David Blevins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: