-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding annotations on public APIs #83
Conversation
...ity/src/androidTest/java/com/adobe/marketing/mobile/edge/identity/IdentityPublicAPITest.java
Show resolved
Hide resolved
Pending question. Requested clarification on a test.
Codecov Report
@@ Coverage Diff @@
## dev-v2.0.0 #83 +/- ##
==============================================
- Coverage 93.32% 93.30% -0.02%
==============================================
Files 12 12
Lines 674 672 -2
Branches 103 103
==============================================
- Hits 629 627 -2
Misses 16 16
Partials 29 29
Flags with carried forward coverage won't be shown. Click here to find out more.
|
*/ | ||
@Deprecated | ||
@SuppressWarnings("deprecation") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we suppressing warnings here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it shows a warning in the IDE when using the registerExtension API so it suppresses that, but you would still see the deprecation message on the API itself
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: