org.sonatype.gshell.util
Class AnnotationDescriptor

java.lang.Object
  extended by org.sonatype.gshell.util.AnnotationDescriptor
Direct Known Subclasses:
CliDescriptor, PreferenceDescriptor

public abstract class AnnotationDescriptor
extends Object

Base-class for annotation descriptors.

Since:
2.3
Author:
Jason Dillon

Field Summary
static char UNINITIALIZED_CHAR
           
static Class UNINITIALIZED_CLASS
           
static String UNINITIALIZED_STRING
           
 
Constructor Summary
AnnotationDescriptor()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNINITIALIZED_STRING

public static final String UNINITIALIZED_STRING
See Also:
Constant Field Values

UNINITIALIZED_CHAR

public static final char UNINITIALIZED_CHAR
See Also:
Constant Field Values

UNINITIALIZED_CLASS

public static final Class UNINITIALIZED_CLASS
Constructor Detail

AnnotationDescriptor

public AnnotationDescriptor()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2011 Sonatype. All Rights Reserved.