| Class | Description |
|---|---|
| DefaultMethodScanner<L> |
Implementation of
MethodScanner using the built-in
Subscribe, IgnoreCancelled and PostOrder annotations. |
| Annotation Type | Description |
|---|---|
| IgnoreCancelled |
Marks an event subscriber that should not receive events even if they have been
cancelled. |
| PostOrder |
Marks the post order of an event subscriber.
|
| Subscribe |
Marks a method as an event subscriber.
|