Package org.xwiki.component.annotation
-
Interface Summary Interface Description ComponentDependencyFactory Allows creatingComponentDependency
instances from a MethodField
. -
Class Summary Class Description AbstractComponentDependencyFactory Provides useful methods for implementingComponentDependencyFactory
.ComponentAnnotationLoader Dynamically loads all components defined using Annotations and declared in META-INF/components.txt files.ComponentDeclaration Represents a Component declaration (i.e.ComponentDescriptorFactory Constructs a Component Descriptor out of a class definition that contains Annotations.DefaultComponentDependencyFactory UsesInject
andNamed
annotations to recognize a Component Dependency.