Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active August 19, 2023 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/73f84d80f7c3e89a216dd9e40ab71bcc to your computer and use it in GitHub Desktop.
Save mcsee/73f84d80f7c3e89a216dd9e40ab71bcc to your computer and use it in GitHub Desktop.
anemic
public class Song {
String name;
String authorName;
String albumName;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment