geomacy commented on a change in pull request #309:
URL: https://github.com/apache/brooklyn-docs/pull/309#discussion_r490585630
##########
File path: guide/blueprints/yaml-reference.md
##########
@@ -61,6 +63,23 @@ the entity being defined, with these being the most common:
and optionally a `period` and `executionDir`, to create a sensor feed
which populates the sensor with
the given name by running the given command (on an entity which as an
WinRM-able machine).<br/>
_`"~"` will use the default execution directory for the WinRm session
which is usually `%USERPROFILE%`_
+
+ When specifying the type of an initializer, registered types (added to the
catalog) are preferred,
+ but Java types are permitted.
+
+ Advanced note: When implementing is preferred to use standard Jackson
serialization methods to read/set fields,
Review comment:
bit confusing, do you mean "when implementing, **_it_** is preferred
to..."
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]