org.jboss.solder.literal
Class DelegateLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Delegate>
      extended by org.jboss.solder.literal.DelegateLiteral
All Implemented Interfaces:
Serializable, Annotation, Delegate

public class DelegateLiteral
extends AnnotationLiteral<Delegate>
implements Delegate

See Also:
Serialized Form

Field Summary
static Delegate INSTANCE
           
 
Constructor Summary
DelegateLiteral()
           
 
Method Summary
 
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
 

Field Detail

INSTANCE

public static final Delegate INSTANCE
Constructor Detail

DelegateLiteral

public DelegateLiteral()


Copyright © 2011 Seam Framework. All Rights Reserved.