getWarnings abstract method

List<String> getWarnings()

A list of non-critical warnings during the reflection scan.

These may include deprecated annotations or types that were partially resolved.

Implementation

List<String> getWarnings();