[weld-commits] Weld SVN: r6033 - core/trunk/impl/src/main/java/org/jboss/weld/manager.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Mar 10 04:41:52 EST 2010


Author: nickarls
Date: 2010-03-10 04:41:52 -0500 (Wed, 10 Mar 2010)
New Revision: 6033

Modified:
   core/trunk/impl/src/main/java/org/jboss/weld/manager/MessageDrivenInjectionTarget.java
Log:
docs

Modified: core/trunk/impl/src/main/java/org/jboss/weld/manager/MessageDrivenInjectionTarget.java
===================================================================
--- core/trunk/impl/src/main/java/org/jboss/weld/manager/MessageDrivenInjectionTarget.java	2010-03-10 09:36:55 UTC (rev 6032)
+++ core/trunk/impl/src/main/java/org/jboss/weld/manager/MessageDrivenInjectionTarget.java	2010-03-10 09:41:52 UTC (rev 6033)
@@ -1,3 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, Red Hat, Inc., and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * 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 org.jboss.weld.manager;
 
 import javax.enterprise.context.spi.CreationalContext;
@@ -6,6 +22,12 @@
 import org.jboss.weld.introspector.WeldClass;
 import org.jboss.weld.util.Beans;
 
+/**
+ * 
+ * @author Nicklas Karlsson
+ *
+ * Injection target implementation for message driven beans, does not inject resources.
+ */
 public class MessageDrivenInjectionTarget<T> extends SimpleInjectionTarget<T>
 {
 



More information about the weld-commits mailing list