org.jboss.cdi.tck.tests.interceptors.definition.inheritance.resolution.enterprise
Class BasketBindingLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<BasketBinding>
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
| Methods inherited from class javax.enterprise.util.AnnotationLiteral |
annotationType, equals, hashCode, toString |
INSTANCE
public static final BasketBinding INSTANCE
BasketBindingLiteral
public BasketBindingLiteral(boolean requiresBall,
boolean requiresPlayer)
requiresBall
public boolean requiresBall()
requiresPlayer
public boolean requiresPlayer()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.