|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Scope @Retention(value=RUNTIME) @Target(value=TYPE) public @interface EntryPoint
Specifies that the annotated bean is an application entry point. Beans
annotated with @EntryPoint
are instantiated when the client-side
application is first loaded. At the time an Entry Point bean is first
instantiated, the client has not yet federated with the server bus, so remote
service names are not yet known. Most often, initialization code should be
placed in a method annotated with AfterInitialization
rather than in
the bean's constructor.
AfterInitialization
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |