Package jakarta.portlet.annotations
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
@RequestScopedor@RenderStateScopedbeans.Example:
@Inject @WindowId
private String windowId;- Since:
- 3.0
- See Also:
getWindowID