Visits the end of the field. This method, which is the last one to be called, is used to inform the visitor that all the annotations and attributes of the field have been visited.
()
| 131 | * the visitor that all the annotations and attributes of the field have been visited. |
| 132 | */ |
| 133 | public void visitEnd() { |
| 134 | if (fv != null) { |
| 135 | fv.visitEnd(); |
| 136 | } |
| 137 | } |
| 138 | } |