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