Coverage Report - pt.digitalis.dif.dem.annotations.metaannotations.MetaAnnotationMemberTags
 
Classes in this File Line Coverage Branch Coverage Complexity
MetaAnnotationMemberTags
0%
0/2
N/A
0
 
 1  0
 /** 2007, Digitalis Informatica. All rights reserved.
 2  
  * 
 3  
  * Distribuicao e Gestao de Informatica, Lda.
 4  
  * Estrada de Paco de Arcos num.9 - Piso -1
 5  
  * 2780-666 Paco de Arcos
 6  
  * Telefone: (351) 21 4408990
 7  
  * Fax: (351) 21 4408999
 8  
  * http://www.digitalis.pt 
 9  
  */
 10  
 
 11  
 package pt.digitalis.dif.dem.annotations.metaannotations;
 12  
 
 13  
 /**
 14  
  * Defines some tags to use on the meta-annotations.
 15  
  * 
 16  
  * @author Rodrigo Gonçalves <a
 17  
  *         href="mailto:rgoncalves@digitalis.pt">rgoncalves@digitalis.pt</a><br/>
 18  
  * @created 2007/11/28
 19  
  */
 20  0
 public class MetaAnnotationMemberTags {
 21  
     
 22  
     /** The 'yieldTo' string constant. */
 23  
     final static public String PRIMARY_YIELD_TO = "yieldTo";
 24  
 }