Remove sub directories
This commit is contained in:
9
src/main/kotlin/entity/Viewable.kt
Normal file
9
src/main/kotlin/entity/Viewable.kt
Normal file
@@ -0,0 +1,9 @@
|
||||
package fr.dcproject.entity
|
||||
|
||||
interface Viewable {
|
||||
var views: ViewAggregation
|
||||
}
|
||||
|
||||
class ViewableImp : Viewable {
|
||||
override var views: ViewAggregation = ViewAggregation()
|
||||
}
|
||||
Reference in New Issue
Block a user