| org.ow2.easybeans.deployment.annotations.analyzer.classes.AbsCommonEjbVisitor
AbsCommonEjbVisitor | abstract public class AbsCommonEjbVisitor extends AbsAnnotationVisitor (Code) | | This class manages the handling of common annotations used by beans.
< Parameters: T - > a class extending JCommonBean. author: Florent Benoit |
AbsCommonEjbVisitor | public AbsCommonEjbVisitor(ClassAnnotationMetadata classAnnotationMetadata)(Code) | | Constructor.
Parameters: classAnnotationMetadata - linked to a class metadata |
getJCommonBean | abstract public T getJCommonBean()(Code) | | the object used by all beans. |
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.
|
|
|