org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution.enterprise
Class BallBindingLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<BallBinding>
org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution.enterprise.BallBindingLiteral
- All Implemented Interfaces:
- Serializable, Annotation, BallBinding
public class BallBindingLiteral
- extends javax.enterprise.util.AnnotationLiteral<BallBinding>
- implements BallBinding
Annotation literal for Named
- See Also:
- Serialized Form
| Methods inherited from class javax.enterprise.util.AnnotationLiteral |
annotationType, equals, hashCode, toString |
INSTANCE
public static final BallBinding INSTANCE
BallBindingLiteral
public BallBindingLiteral(boolean requiresBall,
boolean requiresPlayer)
requiresBall
public boolean requiresBall()
requiresPlayer
public boolean requiresPlayer()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.