Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-216 Annotation-based Deployment
  3. OPENEJB-223

javax.annotation.Resource: for env-entry

    XMLWordPrintableJSON

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 Resource {
      public enum AuthenticationType

      { CONTAINER, APPLICATION }

      String name() default "";
      Class type() default Object.class;
      AuthenticationType authenticationType()
      default AuthenticationType.CONTAINER;
      boolean shareable() default true;
      String mappedName() default "";
      String description() default "";
      }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: