blob: 17690ae95cd1094eee70c03d5b210fea3f422cd7 [file] [log] [blame]
package test.tags.others;
interface Example {
/**
* @return The result of the foo operation, usually within 0 and 1000.
*/
int foo();
}