Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 18, 2020
1 parent db8bce2 commit 68abe08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/main/java/com/reedelk/ftp/ModuleDefinition.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.reedelk.ftp;

import com.reedelk.runtime.api.annotation.Module;

@Module("FTP Module")
public class ModuleDefinition {
}
Loading

0 comments on commit 68abe08

Please sign in to comment.