org.jboss.seam.spring.extension
Class SpringContextLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<SpringContext>
      extended by org.jboss.seam.spring.extension.SpringContextLiteral
All Implemented Interfaces:
Serializable, Annotation, SpringContext

public class SpringContextLiteral
extends javax.enterprise.util.AnnotationLiteral<SpringContext>
implements SpringContext

An AnnotationLiteral for the SpringContext annotation.

See Also:
Serialized Form

Constructor Summary
SpringContextLiteral(String name)
           
 
Method Summary
 String name()
           
 
Methods inherited from class javax.enterprise.util.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

SpringContextLiteral

public SpringContextLiteral(String name)
Method Detail

name

public String name()


Copyright © 2011 Seam Framework. All Rights Reserved.