JBoss EJB 3 Extension API 2.0.0-redhat-2

org.jboss.ejb3.annotation
Annotation Type Cache


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Cache

Cache Annotation used to specify Cache implementation

Version:
$Revision$
Author:
ALR

Required Element Summary
 String value
          Identifies the name of the cache.
 

Element Detail

value

public abstract String value
Identifies the name of the cache.

Returns:
a cache name

JBoss EJB 3 Extension API 2.0.0-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.