|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface CallbackWhen 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. There is a error in the 1.00 draft spec in the declaration of this interface. The form defined here is a proposed correction for that error.
| Optional Element Summary | |
|---|---|
java.lang.Class<?> |
value
The Class of the associated callback interface. |
public abstract java.lang.Class<?> value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||