Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for hasProperties (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/PropertiesRenderer.java

                    }
                }
            }
        }
    
        private boolean hasProperties(ClassDoc classDoc) {
            boolean hasProperties = false;
            if (!classDoc.getClassProperties().isEmpty()) {
                hasProperties = true;
            }
            for (ClassExtensionDoc extensionDoc : classDoc.getClassExtensions()) {
                hasProperties |= !extensionDoc.getExtensionProperties().isEmpty();
            }
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 4.1K bytes
    - Click Count (0)
Back to Top