Skip to content
Snippets Groups Projects
Select Git revision
  • 71d0f3f6a284c774b77b941f0b40944d74b59fd0
  • develop default protected
  • support-for-intellij-25.1
  • chore/support-for-intellijj-2024.3
  • feature/references
  • feature/commenter-for-aspect-files
  • feature/link-generated-code-and-definition
  • main
  • legacy
  • v0.3.5 protected
  • v0.3.4 protected
  • v0.3.3 protected
  • v0.3.2 protected
  • v0.3.1 protected
  • v0.3.0 protected
  • v0.2.0 protected
16 results

gradlew

Blame
  • manager.modeljoin 261 B
    natural join lib.Employee with lib.Employee as lib.Employee {
       keep attributes lib.Employee.salary
       keep outgoing lib.Employee.manager as type lib.Employee {
       }
       keep supertype lib.Person as type lib.Person {
         keep attributes lib.Person.name
       }
     }