Skip to content

@ContactGroup

Remie Bolte edited this page Jun 24, 2018 · 3 revisions

@ContactGroup(configuration: ContactGroup)

The ContactGroup decorator tells the command-line interface that this is a ContactGroup object definition. It will compile the class to a contactgroups/${contactgroup_name}.cfg file in the output directory.

Parameters

configuration: ContactGroup a JSON object with any of the options in the contactgroup object definition.

Please note: the configuration JSON object on each decorator will be merged with any properties that are specified on the class which is annotated by the decorator.

Clone this wiki locally