iPOJO is supported on Android except for two features: - Nullable are not supported (Default-Implementations are supported)
- Composites cannot provide services (but they can export services)
These two limitations comes from the Android VM that does not support the definition of new classes at runtime (i.e. neither dynamic proxy, nor dynamic generated classes). |