org.osoa.sca.annotations
Annotation Type Callback


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Callback

When placed on a service interface, this annotation specifies the interface to be used for callbacks.

When placed on a method or field, this annotation denotes the injection site to be used for a callback reference.

Version:
$Rev: 431035 $ $Date: 2006-08-12 06:54:25 -0700 (Sat, 12 Aug 2006) $

Optional Element Summary
 java.lang.Class<?> value
          The Class of the callback interface.
 

value

public abstract java.lang.Class<?> value
The Class of the callback interface.

Default:
java.lang.Void.class


Copyright © 2006 Apache Software Foundation. All Rights Reserved.