Skip to content

Instantly share code, notes, and snippets.

@collinvandyck
Created September 12, 2012 18:40
Show Gist options
  • Select an option

  • Save collinvandyck/3708961 to your computer and use it in GitHub Desktop.

Select an option

Save collinvandyck/3708961 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