summaryrefslogtreecommitdiff
path: root/src/javax/inject/Named.java
diff options
context:
space:
mode:
authorBob Lee <crazybob@crazybob.org>2009-06-29 17:29:57 +0000
committerBob Lee <crazybob@crazybob.org>2009-06-29 17:29:57 +0000
commit4501413d424e7471761645dd58b1a66a55dc9095 (patch)
tree877b7ece539ecec2cdacced1aa32d80bb8fcb5c4 /src/javax/inject/Named.java
parentfa7671af7b3bfb6d15d50c69ce5f094ab53ffa52 (diff)
downloadjsr330-4501413d424e7471761645dd58b1a66a55dc9095.tar.gz
Moved the word 'only'. Fixes issue 11. Added copyright headers.
git-svn-id: https://atinject.googlecode.com/svn/trunk@13 3bc8319c-20ab-11de-9edc-3f40a397ab60
Diffstat (limited to 'src/javax/inject/Named.java')
-rw-r--r--src/javax/inject/Named.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/javax/inject/Named.java b/src/javax/inject/Named.java
index 554532f..d965a87 100644
--- a/src/javax/inject/Named.java
+++ b/src/javax/inject/Named.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2009 The JSR-330 Expert Group
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package javax.inject;
import java.lang.annotation.Retention;