NoaD

Results 3 issues of NoaD

**AndroidAnnotations version**: 4.8.0 **Android compile SDK version**: 29 **Annotated code**: ```java @SystemService RoleManager roleManager; ``` **Expected generated code**: ```java private void init_(Bundle savedInstanceState) { this.roleManager = ((RoleManager) this.getSystemService(Context.ROLE_SERVICE)); restoreSavedInstanceState_(savedInstanceState); }...

Do you plan to add handling of `PHAuthorizationStatus.limited` https://developer.apple.com/documentation/photokit/phauthorizationstatus/limited currently it is handled by this code branch - https://github.com/awkward/Tatsi/blob/4feb1c874bebd073ee5d1c7ff13703aabdceddf5/Tatsi/Views/TatsiPickerViewController.swift#L65

It will be useful if it will be possible to see who called a method - maybe a new annotation like @DebugLogWithCaller