Annotation Action

  • All Implemented Interfaces:

    @Target(allowedTargets = {AnnotationTarget.FUNCTION}) 
    public @interface Action
    
                        

    Annotation to indicate a method implementing an Action. Methods can have any number of parameters, which represent necessary input types. Methods can return any type. The return type will become an effect.

    • Constructor Detail

    • Method Detail