blob: 9cde4f3875405d78878579f31f585f0c9ffc4f30 [file] [log] [blame]
package javadoc.testBug53757;
public class Test {
/**
* Test all grammar keywords
* @abstract = 60,
* @assert = 71,
* @boolean = 31,
* @break = 72,
* @byte = 32,
* @case = 83,
* @catch = 86,
* @char = 33,
* @class = 81,
* @continue = 73,
* @default = 84,
* @do = 74,
* @double = 34,
* @else = 87,
* @extends = 91,
* @false = 44,
* @final = 61,
* @finally = 88,
* @float = 35,
* @for = 75,
* @if = 76,
* @implements = 103,
* @import = 82,
* @instanceof = 13,
* @int = 36,
* @interface = 89,
* @long = 37,
* @native = 62,
* @new = 41,
* @null = 45,
* @package = 85,
* @private = 63,
* @protected = 64,
* @public = 65,
* @short = 38,
* @static = 57,
* @strictfp = 66,
* @super = 42,
* @switch = 78,
* @synchronized = 55,
* @this = 43,
* @throw = 79,
* @transient = 67,
* @true = 46,
* @try = 80,
* @void = 39,
* @volatile = 68,
* @while = 70,
*/
void foo() {}
}