Interface | Description |
---|---|
ContextualTypeProvider<T> |
A contextual type provider is a provider which receives contextual information about the injection point which
is being satisfied with this provider.
|
Disposer<T> |
A disposer exposes the bean managers explicit disposal functionality.
|
InitBallot<T> |
An InitBallot is injected by the container into a bean which declares a dependency on it.
|
TypeProvider<T> |
Class | Description |
---|---|
LoadAsync.NO_FRAGMENT |
Enum | Description |
---|---|
TaskOrder | |
TimerType |
Exception | Description |
---|---|
InjectionException | |
ProviderException |
Annotation Type | Description |
---|---|
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 |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.