@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @ComponentScan(basePackages="${spring.cloud.function.scan.packages:functions}", includeFilters=) public @interface FunctionScan
Function. For each detected Function
class, a bean instance will be added to the context. The property key for
providing base packages is: spring.cloud.function.scan.packages
If no key is provided, the default base package is "functions".Copyright © 2019 Pivotal Software, Inc.. All rights reserved.