Package org.objectweb.fractal.aokell.lib.membrane.marker

This package contains marker interfaces for configuring component implementations.

See:
          Description

Interface Summary
BaseType Marker interface for components.
BindingType Marker interface for components with a binding controller.
ContentType Marker interface for components with a content controller.
LifeCycleInterceptorType Marker interface for performing interceptions related to the lifecycle controller.
LifeCycleType Marker interface for components with a lifecycle controller.
NameType Marker interface for components with a name controller.
ParametricType Marker interface for parametric components, i.e. components with an attribute controller.
SuperType Marker interface for components with a super controller.
TemplateType Marker interface for components with a factory controller.
 

Package org.objectweb.fractal.aokell.lib.membrane.marker Description

This package contains marker interfaces for configuring component implementations. Based on these markers, the glue feature will introduce the control interfaces associated to these markes. There is then one marker interface per controller.