interface Example.Shape { [[A generic shape object @since 1.00 ]] methods { area { [[Calculate the area of the shape.]] params { } return: int; } } }