@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @UseWith(value=SERVICE) public @interface PostInjection
PostConstruct
annotation, and treats it identically to
PostInjection. This is both more flexible than PostConstruct (in that methods may have parameters, and multiple methods
may be annotated) but also falls short (Tapestry will only seek out public methods).5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.