---
id: WC-STYLE-010
name: 禁止POJO类同时存在isXxx和getXxx
severity: error  # error=阻断, warning=警告
source: J000091
tool: auto  # auto-manual-auto: detected by tool / manual check / AST-grep
category: wc-style
description: |
  禁止POJO类同时存在isXxx和getXxx

  对应浩鲸规范 J000091。

check:
  type: ast-grep  # ast-grep / pmd-custom / spotbugs / checkstyle / manual
  pattern: TODO

notes: "Boolean property naming"
