You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2006/12/07 12:56:23 UTC

[jira] Updated: (OPENEJB-223) javax.annotation.Resource: for env-entry

     [ http://issues.apache.org/jira/browse/OPENEJB-223?page=all ]

David Blevins updated OPENEJB-223:
----------------------------------

    Summary: javax.annotation.Resource: for env-entry  (was: javax.annotation.Resource)

> javax.annotation.Resource: for env-entry
> ----------------------------------------
>
>                 Key: OPENEJB-223
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-223
>             Project: OpenEJB
>          Issue Type: Sub-task
>          Components: deployment, ejb3 simplified
>    Affects Versions: 3.0
>            Reporter: David Blevins
>             Fix For: 3.0
>
>
> @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 "";
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira