Java doc is ```java static class OnNeitherJndiNorProperty extends NoneOfNestedConditions { ``` when it should probably be ```java static class OnNeitherJndiNorProperty extends NoneNestedConditions { ``` Found after following javadoc links from @wilkinsona's Stack Overflow answer [here](https://stackoverflow.com/a/51263063).