addonInit(app)

Purpose

Perform customizations before any contributions are made.

Examples


import griffon.core.GriffonApplication
class SampleGriffonAddon {
    void addonInit(GriffonApplication app) {
       // init code goes here
    }
}

Description

This method is called right after the addon is loaded but before any contributions are made to the application and builders.