Skip to content

Remove CodeGenerator API #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>scijava-common</artifactId>
<version>2.41.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>

<name>SciJava Common</name>
<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>
Expand Down
56 changes: 0 additions & 56 deletions src/main/java/org/scijava/script/CodeGenerator.java

This file was deleted.

95 changes: 0 additions & 95 deletions src/main/java/org/scijava/script/CodeGeneratorJava.java

This file was deleted.

58 changes: 0 additions & 58 deletions src/main/java/org/scijava/script/InvocationObject.java

This file was deleted.

53 changes: 0 additions & 53 deletions src/main/java/org/scijava/script/ParameterObject.java

This file was deleted.