Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.client.api
Annotation Type AfterInitialization


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AfterInitialization

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:

  1. The annotated method may be public, protected or private.
  2. The method must NOT be static.
  3. The method must NOT accept any parameters.
  4. The return type MUST be void.
  5. Execution order of AfterInitialization annotated methods relative to each other is NOT guaranteed in any way.

Author:
Mike Brock


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.