Class CacheAnnotationInformationFactory
java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.Cache,CacheInfo>
org.jboss.as.ejb3.deployment.processors.annotation.CacheAnnotationInformationFactory
public class CacheAnnotationInformationFactory
extends ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.Cache,CacheInfo>
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CacheInfofromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) Methods inherited from class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
createAnnotationInformation, fromMultiAnnotation, getAnnotationType, getMultiAnnotationType
-
Constructor Details
-
CacheAnnotationInformationFactory
protected CacheAnnotationInformationFactory()
-
-
Method Details
-
fromAnnotation
protected CacheInfo fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) - Specified by:
fromAnnotationin classClassAnnotationInformationFactory<org.jboss.ejb3.annotation.Cache,CacheInfo>
-