@Target(value={FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Inherited @Documented @Qualifier public @interface FunctionEntry
Qualifier annotation that specifies how to locate a function in the
FunctionCatalog (instead of using the bean name).@AliasFor(annotation=org.springframework.beans.factory.annotation.Qualifier.class) public abstract String value
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.