|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface Copy
The Copy Annotation is provided to tell espro
that an parameter should be copied when we create
a runnable Item with this method, where the method
is a new one, copies by the MethodProvider
.
This only works if there is a getter and a setter for the parameter.
I.e. if the propperty is called
foothe getter has to be
isFooif foo is boolean and
getFoofor all other types. The setter has to be called
setFooin all cases.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |