postInstantiateDelegates
Purpose
Update node attributes after the node has been instantiated.Examples
class SampleGriffonAddon {
List postInstantiateDelegates = [
{builder, attributes, node ->
node.initialize()
}
]
}