Skip to content

Commit e46adf7

Browse files
Add hide annotation to exclude from doc generation (#3496)
1 parent cd01614 commit e46adf7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/application/AppStateUpdateHandler.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ public ApplicationProcessState getAppState() {
104104
return currentAppState;
105105
}
106106

107+
/**
108+
* Reason: HIDE_ANNOTATION_REQUIRED_IN_CHILD_CLASS
109+
*
110+
* @hide
111+
*/
107112
@VisibleForTesting
108113
public WeakReference<AppStateCallback> getAppStateCallback() {
109114
return appStateCallback;

0 commit comments

Comments
 (0)