org.objectweb.fractal.fraclet.doclets
Interface ProvidesTag

All Superinterfaces:
DocletTag, Serializable
All Known Subinterfaces:
RequiresTag

public interface ProvidesTag
extends DocletTag

Class annotation describing a Fractal server interface.

Version:
$Revision: 1.1 $
Author:
Romain Rouvoy
Annotation location:
class

Method Summary
 String getName_()
          Provides the name of the Fractal interface.
 String getSignature()
          Provides the fully qualified signature of the associated Java interface.
 
Methods inherited from interface com.thoughtworks.qdox.model.DocletTag
getContext, getLineNumber, getName, getNamedParameter, getNamedParameterMap, getParameters, getValue
 

Method Detail

getName_

String getName_()
Provides the name of the Fractal interface. The default value is the short name of the interface. When applied on a class the name and signature parameters are required.

Returns:
the identifier of the interface.

getSignature

String getSignature()
Provides the fully qualified signature of the associated Java interface. When applied on a class the signature parameter is required.

Returns:
the signature of the interface.