<...>
00009: 
00010:   or type source-highlight --help for the list of options
00011: 
00012:   written by
00013:   Lorenzo Bettini
00014:   http://www.lorenzobettini.it
00015:   http://www.gnu.org/software/src-highlite
00016: */
00017: 
00018: package hello;
00019: 
00020: import java.io.* ;
00021: 
<...>
00026:  * </p>
00027:  * TODO: nothing, just to show an highlighted TODO or FIXME
00028:  *
00029:  * @author Lorenzo Bettini
00030:  * @version 2.0
00031:  */ /// class
00032: public class Hello {
00033:     int foo = 1998 ;
00034:     int hex_foo = 0xCAFEBABE;
00035:     boolean b = false;
00036:     Integer i = null ;
00037:     char c = '\'', d = 'n', e = '\\' ;
<...>