1File::Comments::Plugin:U:sJearvaC(o3n)tributed Perl DocuFmielnet:a:tCioomnments::Plugin::Java(3)
2
3
4
6 File::Comments::Plugin::Java - Plugin to detect comments in Java source
7 code
8
10 use File::Comments::Plugin::Java;
11
13 File::Comments::Plugin::Java is a plugin for the File::Comments
14 framework.
15
16 Both /* ... */ and // style comments are recognized.
17
18 This is not a full-blown C parser/preprocessor yet, so it gets easily
19 confused (e.g. if c strings contain comment sequences).
20
22 Copyright 2005 by Mike Schilli, all rights reserved. This program is
23 free software, you can redistribute it and/or modify it under the same
24 terms as Perl itself.
25
27 2005, Mike Schilli <cpan@perlmeister.com>
28
29
30
31perl v5.12.0 2005-05-01 File::Comments::Plugin::Java(3)