Class ClusteredAnnotationInformationFactory

java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.Clustered,Void>
org.jboss.as.ejb3.deployment.processors.annotation.ClusteredAnnotationInformationFactory

@Deprecated public class ClusteredAnnotationInformationFactory extends org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.Clustered,Void>
Deprecated.
Author:
Paul Ferraro
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Void
    fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
    Deprecated.
     

    Methods inherited from class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory

    createAnnotationInformation, fromMultiAnnotation, getAnnotationType, getMultiAnnotationType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClusteredAnnotationInformationFactory

      protected ClusteredAnnotationInformationFactory()
      Deprecated.
  • Method Details

    • fromAnnotation

      protected Void fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
      Deprecated.
      Specified by:
      fromAnnotation in class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.Clustered,Void>