Home / Function/ getVersion() — spring-boot Function Reference

getVersion() — spring-boot Function Reference

Architecture documentation for the getVersion() function in BuildInfoProperties.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  1af2dec5_fe50_f54c_d82c_0be5ca5a4f33["getVersion()"]
  e3ae637e_3e0f_5ce5_cb00_f353b1dc51eb["BuildInfoProperties()"]
  e3ae637e_3e0f_5ce5_cb00_f353b1dc51eb -->|calls| 1af2dec5_fe50_f54c_d82c_0be5ca5a4f33
  b3c5f21d_e806_2c48_fd74_214410c990f9["getVersionIfNotExcluded()"]
  b3c5f21d_e806_2c48_fd74_214410c990f9 -->|calls| 1af2dec5_fe50_f54c_d82c_0be5ca5a4f33
  style 1af2dec5_fe50_f54c_d82c_0be5ca5a4f33 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfoProperties.java lines 83–84

	@Internal
	public abstract Property<String> getVersion();

Domain

Subdomains

Frequently Asked Questions

What does getVersion() do?
getVersion() is a function in the spring-boot codebase.
What calls getVersion()?
getVersion() is called by 2 function(s): BuildInfoProperties, getVersionIfNotExcluded.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free