From: remm Date: Thu, 6 Apr 2006 23:44:36 +0000 (+0000) Subject: - I don't know if this field is legitimate or not, but it's used by the rest of the... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7b2abc7246ee5dc150bb7be69380aad48eb90445;p=tomcat7.0 - I don't know if this field is legitimate or not, but it's used by the rest of the patch. I'll check it. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@392122 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/javax/annotation/Resource.java b/java/javax/annotation/Resource.java index 71df4ffd1..8dbeded64 100644 --- a/java/javax/annotation/Resource.java +++ b/java/javax/annotation/Resource.java @@ -37,4 +37,5 @@ public @interface Resource { public AuthenticationType authenticationType() default AuthenticationType.CONTAINER; public boolean shareable() default true; public String description() default ""; + public String mappedName(); }