- I don't know if this field is legitimate or not, but it's used by the rest of the...
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 6 Apr 2006 23:44:36 +0000 (23:44 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 6 Apr 2006 23:44:36 +0000 (23:44 +0000)
  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

index 71df4ff..8dbeded 100644 (file)
@@ -37,4 +37,5 @@ public @interface Resource {
     public AuthenticationType authenticationType() default AuthenticationType.CONTAINER;\r
     public boolean shareable() default true;\r
     public String description() default "";\r
+    public String mappedName();\r
 }\r