net.sf.dobo
Annotation Type ContextMemberType
@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface ContextMemberType
ContextMemberType used to reflect interface which will bind by the annotation
- Author:
- arif
|
Required Element Summary |
java.lang.Class<?> |
value
ContextMemberType used by ContextMember. |
value
public abstract java.lang.Class<?> value
- ContextMemberType used by ContextMember. If the context member target
element is a FIELD, then value() of the ContextMemberType is the Field
data type. If the context member target element is a METHOD, then value()
of the ContextMemberType is the method return type.
- Returns:
- Class type dari Context member
Copyright © 2008 Dobo Sourceforge. All Rights Reserved.