org.filteredpush.annotationprocessor.data
Class AnnotationDisposalDef

java.lang.Object
  extended by org.filteredpush.annotationprocessor.data.AnnotationDisposalDef

public class AnnotationDisposalDef
extends java.lang.Object

A class representing annotation disposal concept in the respone annotation.

Author:
Lei Dou $Id: AnnotationDisposalDef.java 1752 2012-12-11 15:57:30Z ramorrismorris $

Field Summary
static java.lang.String ACCEPTED
           
static java.lang.String AGREED
           
static java.lang.String REJECTED
           
 
Constructor Summary
AnnotationDisposalDef()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AGREED

public static final java.lang.String AGREED
See Also:
Constant Field Values

ACCEPTED

public static final java.lang.String ACCEPTED
See Also:
Constant Field Values

REJECTED

public static final java.lang.String REJECTED
See Also:
Constant Field Values
Constructor Detail

AnnotationDisposalDef

public AnnotationDisposalDef()