Uses of Interface
org.apache.hivemind.parse.AnnotationHolder

Packages that use AnnotationHolder
org.apache.hivemind.parse Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. 
org.apache.hivemind.schema Interfaces defining Schema support (used to process extension point contributions and service parameters). 
org.apache.hivemind.schema.impl Implementations of schema-related intefaces defined in package org.apache.hivemind.schema. 
 

Uses of AnnotationHolder in org.apache.hivemind.parse
 

Classes in org.apache.hivemind.parse that implement AnnotationHolder
 class AbstractServiceDescriptor
          Base class for ServicePointDescriptor and ImplementationDescriptor.
 class BaseAnnotationHolder
          Base class for classes which implement AnnotationHolder.
 class ConfigurationPointDescriptor
          Descriptor for the <configuration-point> element, which defines a configuration extension point.
 class ContributionDescriptor
          Descriptor for <contribution> element.
 class ImplementationDescriptor
          Descriptor for <implementation> elements.
 class ModuleDescriptor
          Representation of a HiveMind module descriptor, as parsed by DescriptorParser.
 class ServicePointDescriptor
          Defines a service extension point.
 

Uses of AnnotationHolder in org.apache.hivemind.schema
 

Subinterfaces of AnnotationHolder in org.apache.hivemind.schema
 interface AttributeModel
          Part of a Schema, used to specify an attribute allowed within an ElementModel.
 interface ElementModel
          Identifies an element that may occur within some schema.
 interface Schema
          An object which may contain a model, used to identify the form of XML content allowed within some other, containing element.
 

Uses of AnnotationHolder in org.apache.hivemind.schema.impl
 

Classes in org.apache.hivemind.schema.impl that implement AnnotationHolder
 class AttributeModelImpl
          Implementation of AttributeModel.
 class ElementModelImpl
          Implementation of ElementModel.
 class SchemaImpl
          Implementation of Schema.