org.jboss.test.aop.bean
Class Implements2

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

public class Implements2
extends java.lang.Object
implements SomeInterface (src)


Field Summary
 int foo
           
 
Constructor Summary
Implements2()
           
 
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

Implements2

public Implements2()
Method Detail

someMethod

public void someMethod()
Specified by:
someMethod in interface SomeInterface (src)