Annotation Type WindowId


  • @Qualifier
    @Retention(RUNTIME)
    @Target({METHOD,FIELD,PARAMETER})
    public @interface WindowId
    Qualifier that specifies the window ID for injection.

    The injection target type must be String.

    This annotation may only be used in @RequestScoped or @RenderStateScoped beans.

    Example:

    @Inject @WindowId
    private String windowId;
    Since:
    3.0
    See Also:
    getWindowID