|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface ContextMemberMethod
ContextMemberMethod annotation is an annotation to mark that Context Member target element is a method ContextMemberMethod annotation used by dobo to match Context Interface (CI) method name and parameter types, with Context Implementation Object
| Optional Element Summary | |
|---|---|
java.lang.String |
name
Name of the method in ContextInterface to be bind |
java.lang.Class<?>[] |
parameterType
Type of the member method parameters. |
public abstract java.lang.Class<?>[] parameterType
public abstract java.lang.String name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||