Skip to content

Instantly share code, notes, and snippets.

@jwalgemoed
Created January 3, 2018 14:50
Show Gist options
  • Save jwalgemoed/96cc9ac9dc050b09b652efe8d315bef5 to your computer and use it in GitHub Desktop.
Save jwalgemoed/96cc9ac9dc050b09b652efe8d315bef5 to your computer and use it in GitHub Desktop.
public final class Environment {
@NotNull
public final String getApplicationName() {
return "Application Name";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment