ch.elca.el4j.tests.util.metadata.annotations
Interface Foo

All Known Implementing Classes:
FooImpl

public interface Foo

This is the interface of class FooImpl.

Author:
Martin Zeltner (MZE)
File-location:
Foo
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

Method Summary
 int test(int number)
          This method will be intercepted by the defined annotations.
 int test(int number, FooImpl.Bar innerClass)
          This method will be intercepted by the defined annotations.
 

Method Detail

test

@ExampleAnnotationOne(factor=16)
@ExampleAnnotationTwo(factor=478)
int test(int number)
This method will be intercepted by the defined annotations.

Parameters:
number - The number to multiply with the base variable.
Returns:
The product of base and number.

test

@ExampleAnnotationOne(factor=25)
@ExampleAnnotationTwo(factor=998)
int test(int number,
                                                               FooImpl.Bar innerClass)
This method will be intercepted by the defined annotations.

Parameters:
number - The number to multiply with the base variable.
innerClass - The inner class.
Returns:
The product of base and number.


Copyright © 2005-2011 ELCA. All Rights Reserved.