These properties can be accessed by:
@beforeInstance(function(meta) {
meta.args // Arguments to be received by decorated method
meta.key // Name of the decorated method as string
meta.scope // Instance or the context of the call stack
meta.method // Original method
meta.target // Class definition
meta.result // The returned value by the method