|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.tests.util.metadata.annotations.FooImpl
public class FooImpl
This class contains a method called test(int) with annotation declarations.
| Nested Class Summary | |
|---|---|
static class |
FooImpl.Bar
Inner class for testing interception. |
| Field Summary | |
|---|---|
static int |
BASE
The BASE constant. |
private int |
m_base
The base member variable. |
private static org.slf4j.Logger |
s_logger
Private logger of this class. |
| Constructor Summary | |
|---|---|
FooImpl()
|
|
| Method Summary | |
|---|---|
int |
getBase()
The getter method for the base member. |
void |
setBase(int base)
The setter method for the base member. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int BASE
private static org.slf4j.Logger s_logger
private int m_base
| Constructor Detail |
|---|
public FooImpl()
| Method Detail |
|---|
@ExampleAnnotationOne(factor=5) @ExampleAnnotationTwo(factor=9) public int test(int number)
test in interface Foonumber - The number to multiply with the base variable.
@ExampleAnnotationOne(factor=5)
@ExampleAnnotationTwo(factor=9)
public int test(int number,
FooImpl.Bar innerClass)
test in interface Foonumber - The number to multiply with the base variable.innerClass - The inner class.
public int getBase()
public void setBase(int base)
base - the base to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||