Package io.micronaut.function
Annotation Type FunctionBean
-
@Documented @Retention(RUNTIME) @Target({TYPE,METHOD}) @Singleton @Executable public @interface FunctionBeanAn annotation applied to classes that should be exposed as functions. The class itself must implement an interface from
java.util.functionsuch asConsumerto be exposed as a function.- Since:
- 1.0