Package org.objectweb.fractal.fraclet.annotation

This package contains the annotation definitions.

See:
          Description

Enum Summary
Cardinality Cardinality of an interface SINGLETON|COLLECTION
Contingency Contingency of an interface
LifeCycleType Enum type used by the LifeCycle annotation.
 

Annotation Types Summary
Attribute An annotation to generate the attribute controller interface and to inject its implementation into the annotated class.
FractalComponent This annotation is mandatory.
Interface This annotation drives the generatation of Fractal-ADL files for component interfaces.
LifeCycle An annotation on a component method which specifies to run the method behavior when the component is starting (LifeCycleType.START), or is stopping (LifeCycleType.STOP).
Monolog Field annotation refering to a Monolog logger.
MonologHandler Class annotation describing a custom Monolog handler.
Provides An annotation to manage the particular case where a Fractal component uses one or several Java interface imported from a jar.
Requires An annotation to inject the binding controller implementation.
Service Specify that a service provided by the component runtime environment (e.g., logging) is injected.
 

Package org.objectweb.fractal.fraclet.annotation Description

This package contains the annotation definitions.