| org.ow2.easybeans.deployment.annotations.analyzer.JavaxEjbEJBVisitor
JavaxEjbEJBVisitor | public class JavaxEjbEJBVisitor extends AbsAnnotationVisitor implements AnnotationType(Code) | | This class manages the handling of @
javax.ejb.EJB annotation.
< Parameters: T - > An implementation of IAnnotationEJB interface. author: Florent Benoit |
Field Summary | |
final public static String | TYPE Type of annotation. |
TYPE | final public static String TYPE(Code) | | Type of annotation.
|
JavaxEjbEJBVisitor | public JavaxEjbEJBVisitor(T annotationMetadata)(Code) | | Constructor.
Parameters: annotationMetadata - linked to a class or method metadata |
getJEjbEJB | protected JEjbEJB getJEjbEJB()(Code) | | Internal object used representing @javax.ejb.EJB annotation. |
getType | public String getType()(Code) | | type of the annotation (its description) |
setJEjbEJB | protected void setJEjbEJB(JEjbEJB jEjbEJB)(Code) | | Sets the jEjbEJB object.
Parameters: jEjbEJB - the object which replaced the previous one. |
visit | public void visit(String name, Object value)(Code) | | Visits a primitive value of the annotation.
Parameters: name - the value name. Parameters: value - the actual value, whose type must be Byte,Boolean, Character, Short,Integer, Long, Float, Double,String or org.ow2.easybeans.asm.Type. |
visitEnd | public void visitEnd()(Code) | | Visits the end of the annotation.
Creates the object and store it.
|
|
|