mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
added apiviz landmarks
This commit is contained in:
@@ -37,6 +37,7 @@ package sonia.scm.store;
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.23
|
||||
* @apiviz.landmark
|
||||
*/
|
||||
public interface BlobStoreFactory
|
||||
{
|
||||
|
||||
@@ -37,6 +37,7 @@ package sonia.scm.store;
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.23
|
||||
* @apiviz.landmark
|
||||
*/
|
||||
public interface DataStoreFactory
|
||||
{
|
||||
|
||||
@@ -38,6 +38,7 @@ package sonia.scm.store;
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.16
|
||||
* @apiviz.landmark
|
||||
*/
|
||||
public interface ListenableStoreFactory extends StoreFactory
|
||||
{
|
||||
|
||||
@@ -46,6 +46,7 @@ import java.io.Closeable;
|
||||
* {@link Store}s.
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
* @apiviz.landmark
|
||||
*/
|
||||
public interface StoreFactory extends Initable, Closeable
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user