sourceafIoc::PostInjection.fan
** 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.@Js facet class PostInjection { }