org.jboss.test.aop.bean
Class AnotherIntroduction

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

public class AnotherIntroduction
extends java.lang.Object
implements SubclassIntroduction (src)


Constructor Summary
AnotherIntroduction()
           
 
Method Summary
 java.lang.String subclassHelloWorld(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnotherIntroduction

public AnotherIntroduction()
Method Detail

subclassHelloWorld

public java.lang.String subclassHelloWorld(java.lang.String str)
Specified by:
subclassHelloWorld in interface SubclassIntroduction (src)