pt.digitalis.dif.dem.annotations.metaannotations
Annotation Type AnnotationLogicClass


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

Defines the class that contains validation and enhancement logic for a given annotation.

Author:
Pedro Viegas pviegas@digitalis.pt, Rodrigo Gonçalves rgoncalves@digitalis.pt
Created on:
Aug 29, 2007

Optional Element Summary
 String value
          The FQN of the class that defines the validation and enhancement logic for the annotation.
 

value

public abstract String value
The FQN of the class that defines the validation and enhancement logic for the annotation.

Default:
"pt.digitalis.dif.dem.DEMAnnotationLogic"


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