Package org.openbravo.client.kernel
Class ComponentProvider.Selector
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<ComponentProvider.Qualifier>
-
- org.openbravo.client.kernel.ComponentProvider.Selector
-
- All Implemented Interfaces:
Annotation
- Enclosing interface:
- ComponentProvider
public static class ComponentProvider.Selector extends javax.enterprise.util.AnnotationLiteral<ComponentProvider.Qualifier> implements ComponentProvider.Qualifier
A class used to select the correct component provider.- Author:
- mtaal
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
value()
-
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
-
-