Skip to content

Commit 55985cb

Browse files
committed
IOService: clarify javadoc
The IOService is high-level; the DataHandleService is low-level.
1 parent 6e43ccb commit 55985cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/scijava/io/IOService.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@
3737
import org.scijava.service.SciJavaService;
3838

3939
/**
40-
* Interface for data I/O operations: opening and saving data.
40+
* Interface for high-level data I/O: opening and saving data.
4141
*
4242
* @author Curtis Rueden
43+
* @see DataHandleService
44+
* @see Location
4345
*/
4446
public interface IOService extends HandlerService<String, IOPlugin<?>>,
4547
SciJavaService

0 commit comments

Comments
 (0)