Interface WithComment
-
- All Implemented Interfaces:
@Serializable() public interface WithCommentA sealed interface representing a definition with a comment in an ABI.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetComment()The comment associated with the definition. -
-
Method Detail
-
getComment
abstract String getComment()
The comment associated with the definition.
-
-
-
-