classUtils.annotation
Class TestIntAnnotation

java.lang.Object
  extended by classUtils.annotation.TestIntAnnotation

public class TestIntAnnotation
extends java.lang.Object


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

Constructor Detail

TestIntAnnotation

public TestIntAnnotation()
Method Detail

setY

public void setY(int y)

getY

public int getY()

main

public static void main(java.lang.String[] args)