Maven module :un.api : api-code :
Class : un.api.code.inst.Reference
Extends/Implements : -
Subclasses : -

A reference is a 'pointer' toward an object.
This is a virtual placeholder which should be replaced by a real instance
at execution.

@author Johann Sorel


Variables : SELF, id
Functions : Reference



A special reference which is used to indicate the current object.
Used by object methods, often as first argument.
public Reference SELF

public Object id


public void Reference (Object id)