@Stereotype
@ApplicationScoped
@Alternative
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
public @interface StandaloneRepository
Annotation to annotate a repository implementation or producer to indicate it will produce a standalone repository
that has it's own and exclusive repository configuration and home directory.
- Author:
- Gerald Muecke, [email protected]