Package pl.metaprogramming.codegen
Interface Model
-
- All Implemented Interfaces:
public interface Model
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classModel.Companion
-
Method Summary
Modifier and Type Method Description abstract StringgetName()StringgetLocation()List<Model>getDependsOn()-
-
Method Detail
-
getLocation
String getLocation()
-
getDependsOn
List<Model> getDependsOn()
-
-
-
-