|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Foo
This is the interface of class FooImpl.
| 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 |
|---|
@ExampleAnnotationOne(factor=16) @ExampleAnnotationTwo(factor=478) int test(int number)
number - The number to multiply with the base variable.
@ExampleAnnotationOne(factor=25)
@ExampleAnnotationTwo(factor=998)
int test(int number,
FooImpl.Bar innerClass)
number - The number to multiply with the base variable.innerClass - The inner class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||