Package gw.lang.javadoc
Interface IBaseFeatureNode
-
- All Known Subinterfaces:
IConstructorNode
,IMethodNode
,IVarNode
public interface IBaseFeatureNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDeprecated()
String
getDescription()
boolean
isDeprecated()
void
setDeprecated(String value)
void
setDescription(String value)
-