Top Level Namespace

Defined in:

Macro Summary

Macro Detail

macro autowire(*methods) #

Simpler declaration for wiring methods on @origin with the same method name. @param methods [ArrayLiteral(TypeDeclaration | Call)]


[View source]
macro wire(from, to, return_type = nil) #

Define instance methods to decorate methods on @origin. @param from [TypeDeclaration | Call] @param to [Call]


[View source]