org.xwiki.component.annotation
Annotation Type InstantiationStrategy
@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface InstantiationStrategy
Defines the instantiation strategy for this component (Singleton, per lookup).
- Since:
- 1.8.1
- Version:
- $Id: InstantiationStrategy.java 21281 2009-06-13 19:22:09Z sdumitriu $
value
public abstract ComponentInstantiationStrategy value
- The instantiation strategy to use, see
ComponentInstantiationStrategy.
Copyright © 2004-2011 XWiki. All Rights Reserved.