facet classafIoc::PostInjection

sys::Obj
  afIoc::PostInjection : sys::Facet

@Js

Use in classes to mark a method to be called after ctor and field injection. The method may be of any visibility and all params are resolved as dependencies. Any return value from the method is ignored.

defVal

Source

const static PostInjection defVal := ...

Singleton for PostInjection facet.