Author: pete.muir(a)jboss.org
Date: 2010-07-23 18:19:51 -0400 (Fri, 23 Jul 2010)
New Revision: 6788
Modified:
extensions/trunk/impl/src/main/java/org/jboss/weld/extensions/util/Synthetic.java
Log:
no longer need @Qualifier here
Modified:
extensions/trunk/impl/src/main/java/org/jboss/weld/extensions/util/Synthetic.java
===================================================================
---
extensions/trunk/impl/src/main/java/org/jboss/weld/extensions/util/Synthetic.java 2010-07-23
22:18:14 UTC (rev 6787)
+++
extensions/trunk/impl/src/main/java/org/jboss/weld/extensions/util/Synthetic.java 2010-07-23
22:19:51 UTC (rev 6788)
@@ -24,7 +24,6 @@
import java.util.concurrent.atomic.AtomicLong;
import javax.enterprise.util.AnnotationLiteral;
-import javax.inject.Qualifier;
/**
* A synthetic qualifier that can be used to replace other user-supplied configuration at
deployment
@@ -34,9 +33,6 @@
*
*/
@Retention(RetentionPolicy.RUNTIME)
-// even though this is not in a bean archive this is still needed to make
-// BeanImpl work
-@Qualifier
public @interface Synthetic
{
Show replies by date