Package tigase.db
Annotation Type Repository.Meta
-
@Retention(RUNTIME) @Target(TYPE) public static @interface Repository.MetaMeta created to add possibility to retrieve information about implementation of repository (ie. supported database URI)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]supportedUrisMethod returns and array of strings with regexps matching URIs which are supported by annotated class.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanisDefaultIs it default implementation for supported URIs?
-