Package org.xwiki.component.annotation
-
Annotation Types Summary Annotation Type Description Component Defines a component implementation.ComponentMandatory Control if failing to initialize the component should fail APIs likeComponentManager.getInstanceList(java.lang.reflect.Type)
.ComponentRole Deprecated. since 4.0M1 useRole
insteadDisposePriority Helps controlling the order in which Components are disposed upon XWiki's shutdown.InstantiationStrategy Defines the instantiation strategy for this component (Singleton, per lookup).Role Marks a class as defining a component role.