toggle menu
Spring Boot Kotlin API
3.4.5-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.origin
/
TextResourceOrigin
/
Location
/
Location
Location
constructor
(
line
:
Int
,
column
:
Int
)
Create a new
Location
instance.
Parameters
line
the line number (zero indexed)
column
the column number (zero indexed)