Annotation Type ProcessId


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    @Documented
    public @interface ProcessId
    when used on a method parameter, this triggers the injection of the current processId.
    Since:
    5.1
    Author:
    Josh Long