Class Service.Literal

java.lang.Object
javax.enterprise.util.AnnotationLiteral<Service>
org.osgi.service.cdi.annotations.Service.Literal
All Implemented Interfaces:
Annotation
Enclosing class:
Service

public static final class Service.Literal extends javax.enterprise.util.AnnotationLiteral<Service> implements Service
Support inline instantiation of the Service annotation.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class javax.enterprise.util.AnnotationLiteral

    javax.enterprise.util.AnnotationLiteral.PrivilegedActionForAccessibleObject

    Nested classes/interfaces inherited from class org.osgi.service.cdi.annotations.Service

    Service.Literal
  • Method Summary

    Modifier and Type
    Method
    Description
    static final Service.Literal
    of(Class<?>[] interfaces)
     
    Class<?>[]
     

    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
  • Method Details