Also, a few improvements can be made in the EventListenerDescriptor:
- Use primitive types instead of objects for attributes (which will avoid possible NPEs). For example, isAsync should be of type boolean instead of Boolean.
- Set default values for attributes, for example isAsync = false.
- duplicates
-
NXP-29984 Migrate Runtime Contributions to XRegistry Annotations
- Resolved