org.jboss.ejb3.annotation.impl
Class CacheImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.CacheImpl
All Implemented Interfaces:
Annotation, org.jboss.ejb3.annotation.Cache

public class CacheImpl
extends Object
implements org.jboss.ejb3.annotation.Cache

Implementation of @Cache annotation

Version:
$Revision: 67795 $
Author:
ALR

Constructor Summary
CacheImpl(String value)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 String value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

CacheImpl

public CacheImpl(String value)
Method Detail

value

public String value()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.