org.apache.myfaces.flow.cdi
Class FlowDefinitionQualifier

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<FlowDefinition>
      extended by org.apache.myfaces.flow.cdi.FlowDefinitionQualifier
All Implemented Interfaces:
Serializable, Annotation, FlowDefinition

public class FlowDefinitionQualifier
extends javax.enterprise.util.AnnotationLiteral<FlowDefinition>
implements FlowDefinition

This class follows the hack proposed in section 4.10 "Obtaining a contextual instance by programmatic lookup", to specify a qualifier dynamically. See: http://docs.jboss.org/weld/reference/latest/en-US/html/injection.html

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FlowDefinitionQualifier()
           
 
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
 

Constructor Detail

FlowDefinitionQualifier

public FlowDefinitionQualifier()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.