example.de.smartics.properties.types
Interface ResolvingProperties
-
@PropertySet(value="r")
public interface ResolvingProperties
Test to show how properties can be constructed of other properties.
baseUrl
@PropertyExpression(value="http://localhost:8080")
URL baseUrl()
-
reportIndexUrl
@PropertyExpression(value="${r.baseUrl}/reports/index-${r.index}.html")
URL reportIndexUrl()
-
index
@PropertyExpression(value="42")
int index()
-
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.