Package org.progeeks.meta.annotate

Interface Summary
AnnotationMap Relates AnnotationKeys to annotation object values.
 

Class Summary
AnnotationManager Provides access to registered AnnotationMaps and will create them on demand for previously unattached AnnotationTypes.
AnnotationType This defines a type of annotation that can be associated with a MetaClass or property.
CompositeKey A key representing two values that can be used as a key to lookup a single annotation.
DefaultAnnotationMap Base class and default implementation for the AnnotationMap interface.
PropertyKey A key representing a single property of a meta-class.
 

Exception Summary
ImmutableAnnotationMapException This exception is thrown by an annotation map when it doesn't support adding new elements.
UnsupportedKeyException This exception is thrown by an annotation map when it doesn't support a certain type of key.
 



Copyright © 2002-2003 Paul Speed. All Rights Reserved.