See: Description
| Interface | Description |
|---|---|
| MethodNotificationKeyResolver |
When given a
Method, a MethodNotificationKeyResolver will attempt to return
a notification key for the method. |
| MethodSelectorResolver |
| Class | Description |
|---|---|
| SimpleMethodNotificationKeyResolver |
An implementation of
MethodNotificationKeyResolver that looks for an Notify annotation
or uses the method name minus the "notify" portion and lower-casing the first character. |
| SimpleMethodSelectorResolver |
An implementation of
MethodSelectorResolver that looks for an On annotation
or uses the method name minus the "on" portion and lower-casing the first character. |