org.jboss.weld.literal
Class InjectLiteral

java.lang.Object
  extended by javax.enterprise.inject.AnnotationLiteral<javax.inject.Inject>
      extended by org.jboss.weld.literal.InjectLiteral
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.inject.Inject

public class InjectLiteral
extends javax.enterprise.inject.AnnotationLiteral<javax.inject.Inject>
implements javax.inject.Inject

Annotation literal for @Inject

Author:
Pete Muir

Constructor Summary
InjectLiteral()
           
 
Method Summary
 
Methods inherited from class javax.enterprise.inject.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Constructor Detail

InjectLiteral

public InjectLiteral()


Copyright © 2008-2009 Seam Framework. All Rights Reserved.