// This rule specifies whether the keyword abstract
// as modifier is allowed or not.
// This is described in the Java Language Specification

// S
ection 9.1.1.1 Abstract Interfaces
//Every interface is implicitly abstract. This modifier
// is obsolete and should not be used in new programs.