Class AccessTypeInjector.Selector
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<AccessTypeInjector.Qualifier>
-
- org.openbravo.role.inheritance.access.AccessTypeInjector.Selector
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- AccessTypeInjector
public static class AccessTypeInjector.Selector extends javax.enterprise.util.AnnotationLiteral<AccessTypeInjector.Qualifier> implements AccessTypeInjector.Qualifier
A class used to select the correct access type injector.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends InheritedAccessEnabled>
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
-
-
-
-
Method Detail
-
value
public Class<? extends InheritedAccessEnabled> value()
-
-