classUtils.javassist.sample
Class Test

java.lang.Object
  extended by classUtils.javassist.sample.Test

public class Test
extends java.lang.Object


Constructor Summary
Test()
           
 
Method Summary
 int f(int i)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

f

public int f(int i)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception