Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addReadableProperty (0.12 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/source/SourceMetaDataVisitor.java

                String propName = name.substring(startName, startName + 1).toLowerCase(Locale.ROOT) + name.substring(startName + 1);
                PropertyMetaData property = getCurrentClass().addReadableProperty(propName, returnType, rawCommentText, methodMetaData);
                methodMetaData.getAnnotationTypeNames().forEach(property::addAnnotationTypeName);
                property.setReplacement(methodMetaData.getReplacement());
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Mon Aug 19 15:07:24 GMT 2024
    - 11.8K bytes
    - Click Count (0)
Back to Top