net.sf.daileon.annotation
Annotation Type ClassTemplate


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface ClassTemplate

Indicates the class that keeps the annotations that correspond to a domain annotation at class level.

Version:
1.0 01/01/2010
Author:
Roberto Perillo

Required Element Summary
 String annotatedClass
          Informs the name of the class that keeps the annotations that correspond to a domain annotation at class level.
 

Element Detail

annotatedClass

public abstract String annotatedClass
Informs the name of the class that keeps the annotations that correspond to a domain annotation at class level. The value indicated must be fully qualified.

Returns:
The name of the class.