net.sf.dobo
Annotation Type ContextMemberMethod


@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

Author:
arif

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.
 

parameterType

public abstract java.lang.Class<?>[] parameterType
Type of the member method parameters.

Returns:
array dari parameter type
Default:
{}

name

public abstract java.lang.String name
Name of the method in ContextInterface to be bind

Returns:
name of the method in ContextInterface
Default:
""


Copyright © 2008 Dobo Sourceforge. All Rights Reserved.