[weld-commits] Weld SVN: r6771 - extensions/trunk/impl/src/main/java/org/jboss/weld/extensions/bean/generic.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jul 23 13:51:58 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-07-23 13:51:57 -0400 (Fri, 23 Jul 2010)
New Revision: 6771

Removed:
   extensions/trunk/impl/src/main/java/org/jboss/weld/extensions/bean/generic/InjectLiteral.java
Log:
remove dupe class

Deleted: extensions/trunk/impl/src/main/java/org/jboss/weld/extensions/bean/generic/InjectLiteral.java
===================================================================
--- extensions/trunk/impl/src/main/java/org/jboss/weld/extensions/bean/generic/InjectLiteral.java	2010-07-23 17:51:07 UTC (rev 6770)
+++ extensions/trunk/impl/src/main/java/org/jboss/weld/extensions/bean/generic/InjectLiteral.java	2010-07-23 17:51:57 UTC (rev 6771)
@@ -1,25 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2010, 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.extensions.bean.generic;
-
-import javax.enterprise.util.AnnotationLiteral;
-import javax.inject.Inject;
-
-public class InjectLiteral extends AnnotationLiteral<Inject> implements Inject
-{
-
-}



More information about the weld-commits mailing list