Annotation Types Summary |
Alias |
Deprecated. |
LocalEvent |
Indicates that instances of the annotated class should not be sent over the wire when fired as
Errai CDI Events. |
MapsTo |
|
NamedLogger |
When injecting a Logger , this annotation can be used to specify a
name. |
NonPortable |
Indicates that instances of the annotated class are not eligible to be serialized and sent over the wire between
server and clients. |
Portable |
Indicates that instances of the annotated class are eligible to be serialized
and sent over the wire between server and clients. |