pt.digitalis.dif.dem.annotations.stage
Annotation Type Callback


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Callback

This annotation marks a stage for session tracking. It can be used on POJOs annotated with @StageDefinition.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
Created on:
2007/05/11

Optional Element Summary
 CallbackType value
          The callback type.
 

value

public abstract CallbackType value
The callback type. Keep track without saving the session by default.

Default:
pt.digitalis.dif.dem.CallbackType.SIMPLE


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.