Skip to content

Instantly share code, notes, and snippets.

@user-mw
Created December 6, 2019 17:04
Show Gist options
  • Save user-mw/f467d56bf0a90f6cd983a1561a03b42c to your computer and use it in GitHub Desktop.
Save user-mw/f467d56bf0a90f6cd983a1561a03b42c to your computer and use it in GitHub Desktop.
public abstract class ViewModel {
/**
Long comment
*/
@SuppressWarnings("WeakerAccess")
protected void onCleared() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment