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.3 $
- Author:
- Romain Rouvoy
- Annotation location:
- field
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). |
getContingency
public String getContingency()
- Provides the contingency of the Fractal interface (default is mandatory).
- Returns:
- the contingency of the interface.
- Annotation argument default value:
- mandatory
getCardinality
public String getCardinality()
- Provides the cardinality of the Fractal interface (default is singleton).
- Returns:
- the cardinality of the interface.
- Annotation argument default value:
- singleton