@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Config
SmooksResourceConfiguration instance onto the
 annotated field.
 
 The field must be of type SmooksResourceConfiguration.  To inject
 specific parameters onto
 fields, use the @org.milyn.cdr.annotation.ConfigParam() annotation.
 
     @Config
     private SmooksResourceConfiguration config;
 ConfiguratorCopyright © 2020. All rights reserved.