Home | History | Annotate | Download | only in annotation-file-utilities

Lines Matching full:extract

24           <li><a href="#extract-annotations">Extract-annotations</a></li>
95 and annotation files. Programmers will want to extract
105 <li> <a href="#extract-annotations"><code>extract-annotations</code></a> reads annotations from a class file
121 <code>extract-annotations-from-source</code> tool: one can
123 <code>extract-annotations</code> to read the annotations from the class
194 To update the annotation file utilities, simply download the most recent <code>annotation-tools.zip</code> file from this website and replace the existing <code>annotation-tools.zip</code>, then extract the file just as when you first installed it. As long as you followed the above instructions, no further work needs to be done.
280 <h3 id="extract-annotations"> Extract-annotations </h3>
283 To extract annotations from a class file and write them to an annotation file,
284 use the extract-annotations tool. Running:
287 <pre><code>extract-annotations mypackage.MyClass</code></pre>
303 <pre><code>extract-annotations --help</code></pre>
514 <code>annotation-file-utilities/scripts/extract-annotations</code>