org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution.enterprise
Class BasketBindingLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<BasketBinding>
      extended by org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution.enterprise.BasketBindingLiteral
All Implemented Interfaces:
Serializable, Annotation, BasketBinding

public class BasketBindingLiteral
extends javax.enterprise.util.AnnotationLiteral<BasketBinding>
implements BasketBinding

Annotation literal for BasketBinding

See Also:
Serialized Form

Field Summary
static BasketBinding INSTANCE
           
 
Constructor Summary
BasketBindingLiteral(boolean requiresBall, boolean requiresPlayer)
           
 
Method Summary
 boolean requiresBall()
           
 boolean requiresPlayer()
           
 
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 BasketBinding INSTANCE
Constructor Detail

BasketBindingLiteral

public BasketBindingLiteral(boolean requiresBall,
                            boolean requiresPlayer)
Method Detail

requiresBall

public boolean requiresBall()

requiresPlayer

public boolean requiresPlayer()


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