MetaDefinition

annotation class MetaDefinition(val value: String = "", val moduleTagId: String = "", val dependencies: Array<String> = [], val binds: Array<String> = [], val qualifier: String = "", val scope: String = "")

Meta Definition annotation to help represents

Parameters

value

: Definition full path

moduleTagId
  • Module Tag + ID => "module_id:module_tag"

dependencies
  • Parameters Tags to check

binds
  • Bound types

qualifier
  • Qualifier

scope
  • Scope where it's declared

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard