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


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface CustomParameters

Declares a method that can add/remove or change the stage's declared parameters, before their processing takes place. It must be used on Stages only.
There should be no value attribution in the method since this is executed in the definition phase of the stage. Parameter value initialization should be handled in the @Init or @Execute handlers as usual for the remaining parameters.

Author:
Pedro Viegas pviegas@digitalis.pt
Created on:
07/02/2014



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