pt.digitalis.dif.dem.annotations
Annotation Type Messages


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

This annotation injects a message set on a metamodel element. The messages are retrieved from a file. The annotation can be used on any of the following elements: @ProviderDefinition, @ApplicationDefinition, @ServiceDefinition or @StageDefinition.

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

Required Element Summary
 String value
          Name of the file that will be read in order to get the Messages.
 

Element Detail

value

public abstract String value
Name of the file that will be read in order to get the Messages.



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