| com.bm.ejb3metadata.annotations.analyzer.ScanFieldVisitor
ScanFieldVisitor | public class ScanFieldVisitor extends ScanCommonVisitor implements FieldVisitor(Code) | | This classes analyses a given field and build/fill meta data information.
author: Daniel Wiese |
Method Summary | |
public void | visitEnd() Visits the end of the method. |
ScanFieldVisitor | public ScanFieldVisitor(JField jField, ClassAnnotationMetadata classAnnotationMetadata)(Code) | | Constructor.
Parameters: jField - field object on which we set meta data. Parameters: classAnnotationMetadata - the parent object on which add generated meta-data. |
visitEnd | public void visitEnd()(Code) | | Visits the end of the method. This method, which is the last one to be
called, is used to inform the visitor that all the annotations and
attributes of the method have been visited.
|
|
|