sourceafIoc::PostInjection.fan


** Use in services 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.
facet class PostInjection {
}