org.jboss.test.aop.bean
Class Implements1

java.lang.Object
  extended byorg.jboss.test.aop.bean.Implements1
All Implemented Interfaces:
EmptyInterface (src)

public class Implements1
extends java.lang.Object
implements EmptyInterface (src)


Field Summary
 int foo
           
 
Constructor Summary
Implements1()
           
 
Method Summary
 void someMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

foo

public int foo
Constructor Detail

Implements1

public Implements1()
Method Detail

someMethod

public void someMethod()