Method lfun::_annotations()
- Method
_annotations
 array_annotations(object|voidcontext,int|voidaccess,bool|voidrecursive)- Description
 Called by annotations()
- Parameter 
context Inherit in the current object to return the annotations for. If
UNDEFINEDor left out,this_program::thisshould be used (ie start at the current context and ignore any overloaded symbols).- Parameter 
access Access permission override. One of the following:
0See only public symbols.
UNDEFINED1See protected symbols as well.
- Parameter 
recursive Include nested annotations from the inherits.
- See also