org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution
Class BallBindingLiteral

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

public class BallBindingLiteral
extends javax.enterprise.util.AnnotationLiteral<BallBinding>
implements BallBinding

Annotation literal for BallBinding

See Also:
Serialized Form

Field Summary
static BallBinding INSTANCE
           
 
Constructor Summary
BallBindingLiteral(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 BallBinding INSTANCE
Constructor Detail

BallBindingLiteral

public BallBindingLiteral(boolean requiresBall,
                          boolean requiresPlayer)
Method Detail

requiresBall

public boolean requiresBall()

requiresPlayer

public boolean requiresPlayer()


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