Module io.helidon.service.registry
Package io.helidon.service.registry
Annotation Interface Service.PostConstruct
- Enclosing class:
Service
A method annotated with this annotation will be invoked after the constructor is finished
and all dependencies are satisfied.
The method must not have any parameters and must be accessible (not private
).