Skip to content
Snippets Groups Projects

Resolve "Implement Quarkus/Kotlin protype"

6 files
+ 2
18
Compare changes
  • Side-by-side
  • Inline
Files
6
package theodolite.strategies.restriction
abstract class CompositeRestriction(val childRestriction: Restriction): Restriction {
}
\ No newline at end of file
Loading