- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated(forRemoval=true,
since="4.0.8")
@FunctionalInterface
public interface PostConstructMethod
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
Represents the
PostConstruct method.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.Represents the post-construct method.
-
Method Details
-
postConstruct
void postConstruct()Deprecated, for removal: This API element is subject to removal in a future version.Represents the post-construct method.
-