Skip to content

Commit

Permalink
Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinando Villa committed Dec 20, 2024
1 parent c1b346f commit ba0092d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
public @interface Exporter {

/**
* The unique ID of the import schema this implements. This is the complete ID as a dot-separated path,
* whose leading path is the "class" of the import and the last element specifies the import source or
* method (e.g. <code>component.jar</code>).
*
* @return
* The unique ID of the export schema this annotates. This is a single lowercase identifier that is used
* with the library's namespace to build the complete ID as a dot-separated path. The leading path
* ({@link org.integratedmodelling.klab.api.services.runtime.extension.Library}'s namespace is the "class"
* of the import and this schema ID specifies the import source or method (e.g.
* <code>component.jar</code>).
*/
String schema();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
public @interface Importer {

/**
* The unique ID of the import schema this implements. This is the complete ID as a dot-separated path,
* whose leading path is the "class" of the import and the last element specifies the import source or
* method (e.g. <code>component.jar</code>).
* The unique ID of the import schema this annotates. This is a single lowercase identifier that is used
* with the library's namespace to build the complete ID as a dot-separated path. The leading path
* ({@link org.integratedmodelling.klab.api.services.runtime.extension.Library}'s namespace is the "class"
* of the import and this schema ID specifies the import source or method (e.g.
* <code>component.jar</code>).
*
* @return
*/
Expand Down

0 comments on commit ba0092d

Please # to comment.