Annotation Types Summary |
ActivatedBy |
Registers a BeanActivator for the annotated managed bean. |
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. |
Callback |
|
CodeDecorator |
|
EnabledByProperty |
Indicates that the target Errai IOC bean can be switched on and off at GWT rebind time
by setting a Java System Property. |
EntryPoint |
Specifies that the annotated bean is an application entry point. |
IOCBootstrapTask |
|
IOCExtension |
This annotation indicates that the annotated class is an IOC extension module and should be instantiated and
its method invoked as part of the IOC container initialization. |
IOCProvider |
Defines a top-level provider for the IOC Container. |
LoadAsync |
Provides a hint to the container that the annotated element should be loaded asynchronously using
GWT's code splitting. |
PackageTarget |
|
ReplyTo |
A qualifying annotation to be used with the |
TestMock |
Specifies the annotated bean is a replacement type for all matching common subtypes in the context of a unit test. |
TestOnly |
Some IDEs and some environments may improperly add test classes to the classpath in development mode. |
Timed |
Specifies a timed method invocation of a method on a managed bean. |
ToSubject |
|