pt.digitalis.dif.dem.annotations.entities
Annotation Type ServiceDefinition


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

This annotation defines a Service. A Service is a set of stages and must belong to an application.

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

Required Element Summary
 String application
          The Service application.
 String name
          The Service name.
 
Optional Element Summary
 String id
          The Service id.
 

Element Detail

name

public abstract String name
The Service name. Mandatory field!


application

public abstract String application
The Service application. Mandatory field!

id

public abstract String id
The Service id. The default value is the class name lower-case version.

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


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