Module io.annot8.testing.testimpl
Package io.annot8.testing.testimpl
Class TestAnnotationStoreFactory
- java.lang.Object
-
- io.annot8.testing.testimpl.TestAnnotationStoreFactory
-
- All Implemented Interfaces:
AnnotationStoreFactory
public class TestAnnotationStoreFactory extends Object implements AnnotationStoreFactory
-
-
Constructor Summary
Constructors Constructor Description TestAnnotationStoreFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description io.annot8.api.stores.AnnotationStorecreate(io.annot8.api.data.Content<?> content)static AnnotationStoreFactorygetInstance()
-
-
-
Method Detail
-
getInstance
public static AnnotationStoreFactory getInstance()
-
create
public io.annot8.api.stores.AnnotationStore create(io.annot8.api.data.Content<?> content)
- Specified by:
createin interfaceAnnotationStoreFactory
-
-