net.sf.excha.foo
Class AnnotatedFooImpl

java.lang.Object
  extended by net.sf.excha.foo.AnnotatedFooImpl
All Implemented Interfaces:
AnnotatedFoo

public class AnnotatedFooImpl
extends java.lang.Object
implements AnnotatedFoo


Constructor Summary
AnnotatedFooImpl()
           
 
Method Summary
 void notAnnotated()
           
 void notThrowingException()
           
 void throwsIllegalArgumentMustNotBeSubstituted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedFooImpl

public AnnotatedFooImpl()
Method Detail

notAnnotated

public void notAnnotated()
                  throws java.lang.Exception
Specified by:
notAnnotated in interface AnnotatedFoo
Throws:
java.lang.Exception

throwsIllegalArgumentMustNotBeSubstituted

public void throwsIllegalArgumentMustNotBeSubstituted()
                                               throws java.lang.Exception
Specified by:
throwsIllegalArgumentMustNotBeSubstituted in interface AnnotatedFoo
Throws:
java.lang.Exception

notThrowingException

public void notThrowingException()
Specified by:
notThrowingException in interface AnnotatedFoo


Copyright © 2007-2008. All Rights Reserved.