| com.bm.ejb3metadata.annotations.analyzer.JavaxEjbTransactionAttributeVisitor
JavaxEjbTransactionAttributeVisitor | public class JavaxEjbTransactionAttributeVisitor extends EnumAnnotationVisitor implements AnnotationType(Code) | | This class manages the handling of @
javax.ejb.TransactionAttribute annotation.
< Parameters: T - > An implementation of ITransactionAttribute interface. author: Daniel Wiese |
Field Summary | |
final public static String | TYPE Type of annotation. |
TYPE | final public static String TYPE(Code) | | Type of annotation.
|
JavaxEjbTransactionAttributeVisitor | public JavaxEjbTransactionAttributeVisitor(T annotationMetadata)(Code) | | Constructor.
Parameters: annotationMetadata - linked to a class or method metadata |
getType | public String getType()(Code) | | type of the annotation (its description) |
visitEnd | public void visitEnd()(Code) | | Visits the end of the annotation.
Creates the object and store it.
|
|
|