org.objectweb.easybeans.deployment.annotations.analyzer.classes
Class JavaxEjbStatelessVisitor

java.lang.Object
  extended by org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor<T>
      extended by org.objectweb.easybeans.deployment.annotations.analyzer.ObjectAnnotationVisitor<ClassAnnotationMetadata,java.lang.String>
          extended by org.objectweb.easybeans.deployment.annotations.analyzer.classes.JavaxEjbStatelessVisitor
All Implemented Interfaces:
org.objectweb.asm.AnnotationVisitor, AnnotationType

public class JavaxEjbStatelessVisitor
extends ObjectAnnotationVisitor<ClassAnnotationMetadata,java.lang.String>
implements AnnotationType

This class manages the handling of @Stateless annotation.

Author:
Florent Benoit

Field Summary
static java.lang.String TYPE
          Type of annotation.
 
Constructor Summary
JavaxEjbStatelessVisitor(ClassAnnotationMetadata classAnnotationMetadata)
          Constructor.
 
Method Summary
 java.lang.String getType()
           
 void visitEnd()
          Visits the end of the annotation.
 
Methods inherited from class org.objectweb.easybeans.deployment.annotations.analyzer.ObjectAnnotationVisitor
getValue, visit
 
Methods inherited from class org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor
getAnnotationMetadata, visitAnnotation, visitArray, visitEnum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.asm.AnnotationVisitor
visitAnnotation, visitArray, visitEnum
 

Field Detail

TYPE

public static final java.lang.String TYPE
Type of annotation.

See Also:
Constant Field Values
Constructor Detail

JavaxEjbStatelessVisitor

public JavaxEjbStatelessVisitor(ClassAnnotationMetadata classAnnotationMetadata)
Constructor.

Parameters:
classAnnotationMetadata - linked to a class metadata
Method Detail

visitEnd

public void visitEnd()
Visits the end of the annotation.
Creates the object and store it.

Specified by:
visitEnd in interface org.objectweb.asm.AnnotationVisitor
Specified by:
visitEnd in class AbsAnnotationVisitor<ClassAnnotationMetadata>

getType

public java.lang.String getType()
Specified by:
getType in interface AnnotationType
Returns:
type of the annotation (its description)