configureJavaRuntimeUsageAttribute() — spring-boot Function Reference
Architecture documentation for the configureJavaRuntimeUsageAttribute() function in SpringBootAotPlugin.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 42e7d2c0_07dd_cacf_246c_1eeeb40c5f95["configureJavaRuntimeUsageAttribute()"] 92922bdc_a4e6_c220_289f_5c5e5a663265["configureSourceSet()"] 92922bdc_a4e6_c220_289f_5c5e5a663265 -->|calls| 42e7d2c0_07dd_cacf_246c_1eeeb40c5f95 eb9b4568_f7de_4994_26ab_84918b9cc633["repairKotlinPluginDamage()"] eb9b4568_f7de_4994_26ab_84918b9cc633 -->|calls| 42e7d2c0_07dd_cacf_246c_1eeeb40c5f95 style 42e7d2c0_07dd_cacf_246c_1eeeb40c5f95 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/SpringBootAotPlugin.java lines 114–117
private void configureJavaRuntimeUsageAttribute(Project project, AttributeContainer attributes) {
Usage javaRuntime = project.getObjects().named(Usage.class, Usage.JAVA_RUNTIME);
attributes.attribute(Usage.USAGE_ATTRIBUTE, javaRuntime);
}
Domain
Subdomains
Called By
- configureSourceSet()
- repairKotlinPluginDamage()
Source
Frequently Asked Questions
What does configureJavaRuntimeUsageAttribute() do?
configureJavaRuntimeUsageAttribute() is a function in the spring-boot codebase.
What calls configureJavaRuntimeUsageAttribute()?
configureJavaRuntimeUsageAttribute() is called by 2 function(s): configureSourceSet, repairKotlinPluginDamage.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free