NOT RUNNING IN LIFERAY DXP 7.3
The example consists of an Java annotation annotated with pure osgi metadata. In Liferay DXP these components will be useable in: Control Panel > System Settings
The default location is the Category Section Plattform and the Category Third Party.
The default scope is the system scope.
The sample demonstrates how to use environment & system properties in config files.
defaultEnvVar=${env:PATH}
defaultSystemPropVar=${os.name}