org.objectweb.fractal.fraclet.annotation
Annotation Type Service


@Target(value=FIELD)
public @interface Service

Specify that a service provided by the component runtime environment (e.g., logging) is injected. Only the "component-controller" reference is implemented so far (default parameter of the annotation).

Author:
Nicolas Pessemier

Optional Element Summary
 String name
           
 

name

public abstract String name
Default:
"component"