Package org.flowable.spring.boot.app
Annotation Interface App
@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
@Qualifier
public @interface App
Qualifier annotation for App beans that need to be injected for App Configurations.
- Author:
- Tijs Rademakers