keycloakjar.org.springframework.aot.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-platform-7-keycloak-all Show documentation
Show all versions of camunda-platform-7-keycloak-all Show documentation
Camunda 7 Keycloak Identity Provider Plugin including all transitive dependencies
/**
* Core package for Spring AOT infrastructure.
*/
@NonNullApi
@NonNullFields
package org.springframework.aot;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;