Class PIDs.Literal

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

public static final class PIDs.Literal extends javax.enterprise.util.AnnotationLiteral<PIDs> implements PIDs
Support inline instantiation of the PIDs 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.PIDs

    PIDs.Literal
  • Method Summary

    Modifier and Type
    Method
    Description
    static PIDs
    of(PID[] pids)
     
    PID[]
     

    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

    • of

      public static PIDs of(PID[] pids)
      Parameters:
      pids - array of PID
      Returns:
      an instance of PIDs
    • value

      public PID[] value()