All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.holunda.camunda.taskpool.urlresolver.EnablePropertyBasedFormUrlResolver.kt Maven / Gradle / Ivy

There is a newer version: 2.1.8
Show newest version
package io.holunda.camunda.taskpool.urlresolver

import org.springframework.context.annotation.Import

/**
 * Annotation to enable property-based form url resolver component.
 */
@MustBeDocumented
@Import(PropertyBasedFormUrlResolverConfiguration::class)
annotation class EnablePropertyBasedFormUrlResolver




© 2015 - 2025 Weber Informatics LLC | Privacy Policy