15 lines
		
	
	
		
			366 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			366 B
		
	
	
	
		
			HTML
		
	
	
	
| <html>
 | |
| <body>
 | |
| A sample preprocessor.
 | |
| 
 | |
| <p>The preprocessor for running Javassist at compile time.
 | |
| The produced class files are saved on a local disk.
 | |
| 
 | |
| <p>This package is provided as a sample implementation of the
 | |
| preprocessor using Javassist.  All the programs in this package
 | |
| uses only the regular Javassist API; they never call any hidden
 | |
| methods.
 | |
| 
 | |
| </body>
 | |
| </html>
 |