Annotation Type DefaultFactoryFor
-
@Target(TYPE) @Retention(CLASS) public @interface DefaultFactoryFor
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components. This annotation allows you to define which components can be constructed by the annotated factory.- Since:
- 4.0
- Author:
- Manik Surtani (manik@jboss.org)