Specifies that the annotated method should be called by the framework once
the local ErraiBus has completed initialization and has federated with the
remote server bus.
Methods annotated with @AfterInitialization
must observe the
following contract:
- The annotated method may be public, protected or private.
- The method must NOT be static.
- The method must NOT accept any parameters.
- The return type MUST be void.
- Execution order of AfterInitialization annotated methods
relative to each other is NOT guaranteed in any way.