JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
Common Annotations 3.0 - Apache Tomcat
®
11.0.2
jakarta.annotation
PostConstruct
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface PostConstruct
@Documented
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
PostConstruct
Added to a method required to be called after the object has been constructed and before it used.
Since:
Common Annotations 1.0