This rule is defined by the following XPath expression:
//ClassOrInterfaceDeclaration[ (@Abstract = 'true') and (count(//MethodDeclaration) + count(//ConstructorDeclaration) = 0) ]
Example:
public class abstract Example { String field; int otherField; }