Results 2 issues of Crozzers

This PR adds support for the `messageNexus` property in the `@propObject` decorator. I basically just copied the implementation from `@prop`, since they both call `defaultContainer.addProperty` anyway

This PR corrects a mistake in the docs that said the `@different` decorator was the opposite of itself. It should say that it's the opposite of the `@compare` decorator.