|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={})
@Retention(value=RUNTIME)
@Documented
public @interface JvMethodThis annotation is used inside @Lookup related annotations. If specified, it defines that *this* method must be called upon the looked up instance (e.g. spring bean) or on the ordinary javabean.
| Required Element Summary | |
|---|---|
java.lang.String |
name
The name of the method to be called on a found lookup instance (from spring,seam ..). |
| Optional Element Summary | |
|---|---|
JvParam[] |
params
Optional parameters for the method if required. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract JvParam[] params
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||