Uses of Class
org.apache.hivemind.parse.BaseAnnotationHolder

Packages that use BaseAnnotationHolder
org.apache.hivemind.parse Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. 
org.apache.hivemind.schema.impl Implementations of schema-related intefaces defined in package org.apache.hivemind.schema. 
 

Uses of BaseAnnotationHolder in org.apache.hivemind.parse
 

Subclasses of BaseAnnotationHolder in org.apache.hivemind.parse
 class AbstractServiceDescriptor
          Base class for ServicePointDescriptor and ImplementationDescriptor.
 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 BaseAnnotationHolder in org.apache.hivemind.schema.impl
 

Subclasses of BaseAnnotationHolder in org.apache.hivemind.schema.impl
 class AttributeModelImpl
          Implementation of AttributeModel.
 class ElementModelImpl
          Implementation of ElementModel.
 class SchemaImpl
          Implementation of Schema.