pt.digitalis.dif.dem.annotations.parameter
Annotation Type InjectParameters


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface InjectParameters

This annotation injects a parameter utility object for accessing the context parameters of the stage. It can be used on POJO annotated with the following: @StageDefinition.

Author:
Pedro Viegas pviegas@digitalis.pt
Created on:
2007/05/11

Optional Element Summary
 String id
          The Parameter ID.
 

id

public abstract String id
The Parameter ID.

Default:
"CGID:Must generate ID from lower-case class name"


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