org.milyn.cdr.annotation
Class AnnotationConstants

java.lang.Object
  extended by org.milyn.cdr.annotation.AnnotationConstants

public abstract class AnnotationConstants
extends Object

Annotation constants.

Author:
tom.fennelly@gmail.com

Field Summary
static String NULL_STRING
          "null" default annotation value.
static String UNASSIGNED
          Unassigned default.
 
Constructor Summary
AnnotationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_STRING

public static final String NULL_STRING
"null" default annotation value.

See Also:
Constant Field Values

UNASSIGNED

public static final String UNASSIGNED
Unassigned default.

See Also:
Constant Field Values
Constructor Detail

AnnotationConstants

public AnnotationConstants()


Copyright © 2008. All Rights Reserved.