Annotation Interface FunctionBean


An annotation applied to classes that should be exposed as functions. The class itself must implement an interface from java.util.function such as Consumer to be exposed as a function.

Since:
1.0
Author:
Graeme Rocher
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The method name of a function within the class that is the function to invoke.