net.sf.daileon.annotation
Annotation Type FieldTemplate


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

Indicates the field that keeps the annotations that correspond to a domain annotation at field 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 field level.
 String field
          Informs the name of the actual field that keeps the annotations that correspond to the domain annotation.
 

Element Detail

annotatedClass

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

Returns:
The name of the class.

field

public abstract String field
Informs the name of the actual field that keeps the annotations that correspond to the domain annotation.

Returns:
The name of the field.