Package org.smooks.api
Annotation Type NotAppContextScoped
-
@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public @interface NotAppContextScoped
Indicates that the class annotated with this annotation can have its instances safely referenced from different application contexts. A class should have this annotation when you want to allow the pipeline to inherit instances of the class from the registry of the parent application context.