@Retention(value=RUNTIME) @Target(value=METHOD) public @interface PostTestConstruct
@PostConstruct
in the container.
@PostTestConstruct
will execute after object creation before each test run when
combined with PaxExamRule
. This will provide a suitable location for post-construction
modifications, after @Inject
annotations have been run and before the test is
initialized.
This work is licensed under a Creative Commons Attribution 4.0 International License.