org.objectweb.easybeans.deployment.annotations.analyzer
Class JavaxInterceptorExcludeDefaultInterceptorsVisitor<T extends IInterceptorExcludeDefaultInterceptors>

java.lang.Object
  extended by org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor<T>
      extended by org.objectweb.easybeans.deployment.annotations.analyzer.JavaxInterceptorExcludeDefaultInterceptorsVisitor<T>
Type Parameters:
T - An implementation of IInterceptorExcludeDefaultInterceptors interface.
All Implemented Interfaces:
org.objectweb.asm.AnnotationVisitor, AnnotationType

public class JavaxInterceptorExcludeDefaultInterceptorsVisitor<T extends IInterceptorExcludeDefaultInterceptors>
extends AbsAnnotationVisitor<T>
implements AnnotationType

This class manages the handling of @ExcludeDefaultInterceptors annotation.

Author:
Florent Benoit

Field Summary
static java.lang.String TYPE
          Type of annotation.
 
Constructor Summary
JavaxInterceptorExcludeDefaultInterceptorsVisitor(T annotationMetadata)
          Constructor.
 
Method Summary
 java.lang.String getType()
           
 void visitEnd()
          Visits the end of the annotation.
Creates the object and store it.
 
Methods inherited from class org.objectweb.easybeans.deployment.annotations.analyzer.AbsAnnotationVisitor
getAnnotationMetadata, visit, visitAnnotation, visitArray, visitEnum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

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

See Also:
Constant Field Values
Constructor Detail

JavaxInterceptorExcludeDefaultInterceptorsVisitor

public JavaxInterceptorExcludeDefaultInterceptorsVisitor(T annotationMetadata)
Constructor.

Parameters:
annotationMetadata - linked to a class or method or field 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<T extends IInterceptorExcludeDefaultInterceptors>

getType

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