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


public @interface FractalComponent

This annotation is mandatory. It indicates that the annotated class has to be considered as a component. It also allows the user to give a specific controller description for the component.

Author:
Nicolas Pessemier

Optional Element Summary
 String controllerDesc
           
 

controllerDesc

public abstract String controllerDesc
Returns:
define the type of the component "primitive", "composite", ...
Default:
"primitive"