Skip to content

Commit

Permalink
Merge pull request #72 from RosesTheN00b/dev
Browse files Browse the repository at this point in the history
added interface for migration
  • Loading branch information
RosesTheN00b committed Jul 26, 2018
2 parents 5588aa6 + 01181dd commit 4bf8e9e
Showing 1 changed file with 8 additions and 0 deletions.
@@ -0,0 +1,8 @@
package de.sebastianruziczka.api

import java.lang.annotation.Retention
import java.lang.annotation.RetentionPolicy

@Retention( RetentionPolicy.RUNTIME)
@interface CobolUnitTestFrameworkProvider {
}

0 comments on commit 4bf8e9e

Please sign in to comment.