Skip to content

Instantly share code, notes, and snippets.

@collinvandyck
Created September 10, 2012 03:28
Show Gist options
  • Save collinvandyck/3688672 to your computer and use it in GitHub Desktop.
Save collinvandyck/3688672 to your computer and use it in GitHub Desktop.
public class AuthConfiguration extends Configuration {
@Valid
@NotNull
@JsonProperty
private DatabaseConfiguration database = new DatabaseConfiguration();
public DatabaseConfiguration getDatabaseConfiguration() {
return database;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment