org.objectweb.fractal.fraclet.doclets
Interface FractalBcTag

All Superinterfaces:
DocletTag, FractalInterface, Serializable

public interface FractalBcTag
extends FractalInterface

Field annotation describing a Fractal client interface.

Version:
$Revision: 1.4 $
Author:
Romain Rouvoy
Annotation location:
field
Deprecated annotation.
This tag is deprecated please use the requires tag instead.

Method Summary
 String getCardinality()
          Provides the cardinality of the Fractal interface (default is singleton).
 String getContingency()
          Provides the contingency of the Fractal interface (default is mandatory).
 
Methods inherited from interface org.objectweb.fractal.fraclet.doclets.FractalInterface
getName_, getSignature
 
Methods inherited from interface com.thoughtworks.qdox.model.DocletTag
getContext, getLineNumber, getName, getNamedParameter, getNamedParameterMap, getParameters, getValue
 

Method Detail

getContingency

String getContingency()
Provides the contingency of the Fractal interface (default is mandatory).

Returns:
the contingency of the interface.
Annotation argument default value:
mandatory
Annotation argument allowed value:
mandatory, optional

getCardinality

String getCardinality()
Provides the cardinality of the Fractal interface (default is singleton).

Returns:
the cardinality of the interface.
Annotation argument default value:
singleton
Annotation argument allowed value:
singleton, collection