You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have AnalyticsGroupWrapper as interface of all analytics interfaces, but it contains no annotation. I think it will be usefull if we could use next list of annotation on methods (equals to use these annotations on concrete analytics interface):
@Category
@HasPrefix / @NoPrefix
@Convention
Also, it would be great to apply several annotations on main group interface:
@HasPrefix / @NoPrefix
@Convention
The text was updated successfully, but these errors were encountered:
Currently, we have
AnalyticsGroupWrapper
as interface of all analytics interfaces, but it contains no annotation. I think it will be usefull if we could use next list of annotation on methods (equals to use these annotations on concrete analytics interface):@Category
@HasPrefix
/@NoPrefix
@Convention
Also, it would be great to apply several annotations on main group interface:
@HasPrefix
/@NoPrefix
@Convention
The text was updated successfully, but these errors were encountered: