// This rule specifies
whether the keyword abstract
// as modifier is allowed or not.
// This is described in the Java
Language Specification
// Section 9.1.1.1 Abstract Interfaces
//Every interface is implicitly abstract
. This
modifier
// is obsolete and should not be used in new programs.