Skip to content

Commit 0f67703

Browse files
committed
Remove CodeGenerator API
It was an early exploratory attempt at code generation, and not currently in use by the system anywhere. It will be done differently. As this removes API, it is a breaking change.
1 parent fa24b15 commit 0f67703

File tree

5 files changed

+1
-263
lines changed

5 files changed

+1
-263
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scijava-common</artifactId>
13-
<version>2.41.1-SNAPSHOT</version>
13+
<version>3.0.0-SNAPSHOT</version>
1414

1515
<name>SciJava Common</name>
1616
<description>SciJava Common is a shared library for SciJava software. It provides a plugin framework, with an extensible mechanism for service discovery, backed by its own annotation processor, so that plugins can be loaded dynamically. It is used by both ImageJ and SCIFIO.</description>

src/main/java/org/scijava/script/CodeGenerator.java

Lines changed: 0 additions & 56 deletions
This file was deleted.

src/main/java/org/scijava/script/CodeGeneratorJava.java

Lines changed: 0 additions & 95 deletions
This file was deleted.

src/main/java/org/scijava/script/InvocationObject.java

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/main/java/org/scijava/script/ParameterObject.java

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)