Annotation Type PIDs


  • @Documented
    @Retention(RUNTIME)
    @Target({FIELD,METHOD,PARAMETER,TYPE})
    public @interface PIDs
    Annotation used in conjunction with ComponentScoped in order to associate configurations with the component bean.
    Author:
    $Id: 8f4f44b57c936097158ab49caa2faaa5b38fd216 $
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      PID[] value
      The set of ordered configurations available to the component.
    • Element Detail

      • value

        PID[] value
        The set of ordered configurations available to the component.