keycloakjar.org.springframework.web.jsf.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Camunda Keycloak Identity Provider Plugin including all transitive dependencies
The newest version!
/**
* Support classes for integrating a JSF web layer with a Spring service layer
* which is hosted in a Spring root WebApplicationContext.
*
* Supports easy access to beans in the Spring root WebApplicationContext
* from JSF EL expressions, for example in property values of JSF-managed beans.
*/
@NonNullApi
@NonNullFields
package org.springframework.web.jsf;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;