org.milyn.cdr.annotation
Annotation Type Config


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Config

Inject the 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.

Usage

     @Config
     private SmooksResourceConfiguration config;
 

Author:
tom.fennelly@gmail.com
See Also:
Configurator



Copyright © 2008. All Rights Reserved.