org.objectweb.fractal.fraclet.doclets
Interface FractalItfTag

All Superinterfaces:
DocletTag, FractalInterface, Serializable

public interface FractalItfTag
extends FractalInterface

Class annotation describing a Fractal server interface.

Version:
$Revision: 1.5 $
Author:
Romain Rouvoy
Annotation location:
class
Deprecated annotation.
This tag is deprecated please use the provides tag instead.

Method Summary
 String getName_()
          Provides the name of the Fractal interface.
 
Methods inherited from interface org.objectweb.fractal.fraclet.doclets.FractalInterface
getSignature
 
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.

Specified by:
getName_ in interface FractalInterface
Returns:
the identifier of the interface.
Annotation argument mandatory.