From 7b2abc7246ee5dc150bb7be69380aad48eb90445 Mon Sep 17 00:00:00 2001 From: remm Date: Thu, 6 Apr 2006 23:44:36 +0000 Subject: [PATCH] - 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 --- java/javax/annotation/Resource.java | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.11.0