@Retention(RUNTIME) @Target(TYPE) @Documented public @interface Infinispan
An annotation for configuring Infinispan.
Author:
Paul Ferraro
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the path of the Infinispan configuration resource.
    Returns the name of a cache configuration.
  • Element Details

    • resource

      String resource
      Returns the path of the Infinispan configuration resource.
      Returns:
      the path of the Infinispan configuration resource.
      Default:
      "/WEB-INF/infinispan.xml"
    • template

      String template
      Returns the name of a cache configuration.
      Returns:
      the name of a cache configuration.
      Default:
      ""