|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor<T>
com.bm.ejb3metadata.annotations.analyzer.ObjectArrayAnnotationVisitor<ClassAnnotationMetadata,org.objectweb.asm.Type>
com.bm.ejb3metadata.annotations.analyzer.classes.JavaxEjbLocalVisitor
public class JavaxEjbLocalVisitor
This class manages the handling of @Local annotation.
| Field Summary | |
|---|---|
static java.lang.String |
TYPE
Type of annotation. |
| Constructor Summary | |
|---|---|
JavaxEjbLocalVisitor(ClassAnnotationMetadata classAnnotationMetadata)
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 com.bm.ejb3metadata.annotations.analyzer.ObjectArrayAnnotationVisitor |
|---|
getArrayObjects, init, visit |
| Methods inherited from class com.bm.ejb3metadata.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.ejb3unit.asm.jar.AnnotationVisitor |
|---|
visitAnnotation, visitArray, visitEnum |
| Field Detail |
|---|
public static final java.lang.String TYPE
| Constructor Detail |
|---|
public JavaxEjbLocalVisitor(ClassAnnotationMetadata classAnnotationMetadata)
classAnnotationMetadata - linked to a class metadata.| Method Detail |
|---|
public void visitEnd()
visitEnd in interface org.ejb3unit.asm.jar.AnnotationVisitorvisitEnd in class AbsAnnotationVisitor<ClassAnnotationMetadata>public java.lang.String getType()
getType in interface AnnotationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||