Skip to content

Instantly share code, notes, and snippets.

@johnament
Created March 2, 2011 00:56
Show Gist options
  • Save johnament/850243 to your computer and use it in GitHub Desktop.
Save johnament/850243 to your computer and use it in GitHub Desktop.
RepoOneRepository
@Qualifier
@Target( { FIELD, METHOD, TYPE, PARAMETER })
@Retention(RUNTIME)
@JcrSettings({
@JcrSetting(name="org.modeshape.config.URL",value="file:///path/to/modeshape-jcr.xml?repositoryName=RepoOne"),
@JcrSetting(name="org.modeshape.config.AnotherParam",value="happy")
})
public @interface RepoOneRepository {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment