This object is meant to addresse the yo yo problem when two objects have a reference one to the other, the problem manifest when trying to change the reference and replace the referenced object, in other words when one object wants to change the relationship with another object.
explactive schema here below // TODO ADD SCHEMA
Compilation javac -d build ./src/.java ./usageExample/.java
Excution java -cp build/ usageExample.Test