Package org.infinispan.factories.annotations


package org.infinispan.factories.annotations
Internal annotations to control the lifecycle of cache components.
  • Annotation Types
    Class
    Description
    Mechanism for specifying the name of components to retrieve
    An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
    Mechanism for specifying the name and dependencies of Infinispan modules.
    Used to annotate a method or field as an injection point.
    Method level annotation that indicates a (no-param) method to be called on a component registered in the component registry when the registry starts.
    Method level annotation that indicates a (no-param) method to be called on a component registered in the component registry when the registry stops.
    This annotation is used for components that will be registered in the ComponentRegistry, that are meant to be retained in the component registry even after the component registry is stopped.