-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, <id> is being mapped to Object in generated Java API. But may need
to be mapped to NSObject. The example considered here was of the following:
NSMutableDictionary.setObjectForKey().
The arguments here - the key, value pair need to be derived from NSObject.
But the question was how to handle in case of 'delegates'. We could have
mapping id to NSObject as a default behaviour and add an entry for special
cases such as delegates in advisor.xml.
Spoorthi
Original issue reported on code.google.com by spoorthi.dsilva@gmail.com on 24 Nov 2011 at 7:34
Reactions are currently unavailable