JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Infinispan 15.2.0.Final
org.infinispan.factories.annotations
Start
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Start
@Target
(
METHOD
)
@Retention
(
CLASS
)
public @interface
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the component registry when the registry starts.
Since:
4.0
Author:
Manik Surtani (
manik@jboss.org
)