com.syrtsov.handler
Annotation Type HandlerAnnotation


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface HandlerAnnotation

Created by: Pavel Syrtsov Date: Apr 1, 2007 Time: 11:53:50 PM


Required Element Summary
 java.lang.Class<? extends java.lang.reflect.InvocationHandler> value
           
 

Element Detail

value

public abstract java.lang.Class<? extends java.lang.reflect.InvocationHandler> value