Package io.micronaut.context.env
Interface PropertySource.Origin
- Enclosing interface:
- PropertySource
public static sealed interface PropertySource.Origin
The origin of the property source.
- Since:
- 4.8.0
-
Method Summary
-
Method Details
-
location
String location()- Returns:
- The location.
-
of
Create an origin from a location.- Parameters:
location
- The location- Returns:
- The origin
-