org.filteredpush.annotationprocessor.data
Class AnnotationDisposalDef
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AnnotationDisposalDef
public AnnotationDisposalDef()