org.objectweb.fractal.fraclet.doclets
Interface RequiresTag

All Superinterfaces:
DocletTag, ProvidesTag, Serializable

public interface RequiresTag
extends ProvidesTag

Field annotation describing a Fractal client interface.

Version:
$Revision: 1.1 $
Author:
Romain Rouvoy
Annotation location:
field
Annotation unique.

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.ProvidesTag
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