# optage-wiki-scan-test

Mục tiêu: cung cấp test data cho pipeline generate graph/wiki.

## Patterns
- Reflection:
  - Class.forName("...").newInstance() (literal)
  - Class.forName(CONSTANT).newInstance() (constant)
  - getDeclaredMethod(CONSTANT) + invoke()
  - JBSbatCheckUtil.invoke(... new String[]{"e-mail"})
- Negative:
  - SAXParserFactory.newInstance() (should NOT be treated as reflection dependency)
- Annotations:
  - @Stateless (class)
  - @Inject (field) -> injects edge
  - @Override (noise)
