Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "org.springframework.beans/annotations"

Index

Type aliases

TAutowire

TAutowire: object

Definition of autowired-marked field

Type declaration

  • property: string
  • required: boolean
  • Optional resolve?: TWishedBean
  • wishedBean: any

TAutowiredParams

TAutowiredParams: object

Params for Autowired annotation

Type declaration

  • Optional required?: boolean
  • Optional resolve?: TWishedBean

TBeanDefinition

TBeanDefinition: object

Definition of bean

Type declaration

  • Optional bean?: any
  • Optional configuration?: boolean
  • factory: object
  • Optional factoryProperty?: string
  • resolver: TWishedBean
  • scope: TScope
  • token: Symbol

TWishedBean

TWishedBean: string | Symbol

Bean name or token to comply with. Abstract token can be mapped to bean associated token or bean name. Bean name can be mapped to bean name or bean associated token.

Variables

Const dependenciesToken

dependenciesToken: unique symbol = Symbol()

Functions

Autowired

Generated using TypeDoc